* lib/getopt.c: Merge trivial change from gnulib.

This commit is contained in:
Paul Eggert 2011-06-04 09:51:28 -07:00
parent ade1b01cb4
commit 1cfbb9666b

View file

@ -488,7 +488,6 @@ _getopt_internal_r (int argc, char **argv, const char *optstring,
struct option_list *next;
} *ambig_list = NULL;
int exact = 0;
int ambig = 0;
int indfound = -1;
int option_index;