From 36a39cea9096a1eef46c59392858c26ecae40c39 Mon Sep 17 00:00:00 2001 From: Carlo Bramini Date: Tue, 11 Aug 2015 10:43:28 +0200 Subject: [PATCH] wrc: Remove redeclaration of optarg and optind. --- tools/wrc/wrc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/wrc/wrc.c b/tools/wrc/wrc.c index 577a6f4ea7f..15326eec6cc 100644 --- a/tools/wrc/wrc.c +++ b/tools/wrc/wrc.c @@ -327,8 +327,6 @@ static void set_target( const char *target ) int main(int argc,char *argv[]) { - extern char* optarg; - extern int optind; int optc; int opti = 0; int stdinc = 1; -- 2.11.4.GIT