diff options
Diffstat (limited to '')
-rw-r--r-- | util/argparse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/argparse.c b/util/argparse.c index 80b7fcd3d..c6c0302b9 100644 --- a/util/argparse.c +++ b/util/argparse.c @@ -188,7 +188,6 @@ int optfile_parse( FILE *fp, const char *filename, unsigned *lineno, ARGPARSE_ARGS *arg, ARGPARSE_OPTS *opts) { - char *s, *s2; int state, i, c; int index=0; char keyword[100]; |