From: Paul Eggert Date: Sat, 4 Jun 2011 16:51:28 +0000 (-0700) Subject: * lib/getopt.c: Merge trivial change from gnulib. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1cfbb9666bc467170fbfdd612b2c7186908e0e45;p=emacs.git * lib/getopt.c: Merge trivial change from gnulib. --- 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, struct option_list *next; } *ambig_list = NULL; int exact = 0; - int ambig = 0; int indfound = -1; int option_index;