(opt_handler): Removed unused variable
Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -84,8 +84,6 @@ static int use_draft = 0; /* --use flag */ | ... | @@ -84,8 +84,6 @@ static int use_draft = 0; /* --use flag */ |
84 | static int | 84 | static int |
85 | opt_handler (int key, char *arg, void *unused) | 85 | opt_handler (int key, char *arg, void *unused) |
86 | { | 86 | { |
87 | char *s; | ||
88 | |||
89 | switch (key) | 87 | switch (key) |
90 | { | 88 | { |
91 | case 'b': | 89 | case 'b': | ... | ... |
-
Please register or sign in to post a comment