aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/getopt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/getopt.c b/lib/getopt.c
index ee96d972d95..23510d8afec 100644
--- a/lib/getopt.c
+++ b/lib/getopt.c
@@ -488,7 +488,6 @@ _getopt_internal_r (int argc, char **argv, const char *optstring,
488 struct option_list *next; 488 struct option_list *next;
489 } *ambig_list = NULL; 489 } *ambig_list = NULL;
490 int exact = 0; 490 int exact = 0;
491 int ambig = 0;
492 int indfound = -1; 491 int indfound = -1;
493 int option_index; 492 int option_index;
494 493