From: Andrew Tridgell Date: Mon, 6 Sep 2004 13:06:17 +0000 (+0200) Subject: we don't need a optind declaration X-Git-Tag: v2.4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=604f1c8a3ef3e61ddf171c588e36c5d3c10fdb73;p=thirdparty%2Fccache.git we don't need a optind declaration (patch from Pavel@Janik.cz (Pavel Janík)) --- diff --git a/ccache.c b/ccache.c index 08bc36b9f..b0fd9dbbe 100644 --- a/ccache.c +++ b/ccache.c @@ -883,7 +883,6 @@ static void usage(void) /* the main program when not doing a compile */ static int ccache_main(int argc, char *argv[]) { - extern int optind; int c; size_t v;