Re: [PATCH] Coccinelle: Script to remove unnecessary static on local variables

2017-07-28 Thread Julia Lawall
On Thu, 27 Jul 2017, Gustavo A. R. Silva wrote: > Coccinelle script to remove unnecessary static on local variables when > the variables are not used before update. > > Signed-off-by: Gustavo A. R. Silva Acked-by: Julia Lawall > --- >

Re: [PATCH] Coccinelle: Script to remove unnecessary static on local variables

2017-07-28 Thread Julia Lawall
On Thu, 27 Jul 2017, Gustavo A. R. Silva wrote: > Coccinelle script to remove unnecessary static on local variables when > the variables are not used before update. > > Signed-off-by: Gustavo A. R. Silva Acked-by: Julia Lawall > --- > scripts/coccinelle/misc/static_unnecessary.cocci | 89

[PATCH] Coccinelle: Script to remove unnecessary static on local variables

2017-07-27 Thread Gustavo A. R. Silva
Coccinelle script to remove unnecessary static on local variables when the variables are not used before update. Signed-off-by: Gustavo A. R. Silva --- scripts/coccinelle/misc/static_unnecessary.cocci | 89 1 file changed, 89 insertions(+)

[PATCH] Coccinelle: Script to remove unnecessary static on local variables

2017-07-27 Thread Gustavo A. R. Silva
Coccinelle script to remove unnecessary static on local variables when the variables are not used before update. Signed-off-by: Gustavo A. R. Silva --- scripts/coccinelle/misc/static_unnecessary.cocci | 89 1 file changed, 89 insertions(+) create mode 100644