From 674ab49fa2427455cf68e9a349833c42c3ee25c0 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Tue, 7 Jun 2011 11:06:13 +0200 Subject: [PATCH] widl: Don't duplicate optarg and optind declarations in sources. --- tools/widl/widl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/widl/widl.c b/tools/widl/widl.c index 62c100856a..29547e7e9f 100644 --- a/tools/widl/widl.c +++ b/tools/widl/widl.c @@ -483,8 +483,6 @@ void write_id_data(const statement_list_t *stmts) int main(int argc,char *argv[]) { - extern char* optarg; - extern int optind; int optc; int ret = 0; int opti = 0;