watch: remove unused variables
watch.c:281:43: warning: unused variable 'option_version' [-Wunused-variable] watch.c:281:26: warning: unused variable 'option_help' [-Wunused-variable] Signed-off-by: Sami Kerola <kerolasa@iki.fi> Conflicts: watch.c
This commit is contained in:
parent
2f6b9bbfb8
commit
703e1e0486
2
watch.c
2
watch.c
@ -279,7 +279,7 @@ int main(int argc, char *argv[])
|
|||||||
option_exec = 0,
|
option_exec = 0,
|
||||||
option_beep = 0,
|
option_beep = 0,
|
||||||
option_color = 0,
|
option_color = 0,
|
||||||
option_errexit = 0, option_chgexit = 0, option_help = 0, option_version = 0;
|
option_errexit = 0, option_chgexit = 0;
|
||||||
double interval = 2;
|
double interval = 2;
|
||||||
char *command;
|
char *command;
|
||||||
char **command_argv;
|
char **command_argv;
|
||||||
|
Loading…
Reference in New Issue
Block a user