widl: Don't duplicate optarg and optind declarations in sources.

This commit is contained in:
Jacek Caban 2011-06-07 11:06:13 +02:00 committed by Alexandre Julliard
parent be180bed7c
commit 674ab49fa2

View File

@ -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;