summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-06-04 09:51:28 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-06-04 09:51:28 -0700
commit1cfbb9666bc467170fbfdd612b2c7186908e0e45 (patch)
treeb10ac37e8bc5f65929e3ace8d6e7d884529396c6 /lib
parentade1b01cb499c25ff51007a9acd3d992fca53164 (diff)
downloademacs-1cfbb9666bc467170fbfdd612b2c7186908e0e45.tar.gz
* lib/getopt.c: Merge trivial change from gnulib.
Diffstat (limited to 'lib')
-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,
struct option_list *next;
} *ambig_list = NULL;
int exact = 0;
- int ambig = 0;
int indfound = -1;
int option_index;