wrc: Remove redeclaration of optarg and optind.

oldstable
Carlo Bramini 2015-08-11 10:43:28 +02:00 committed by Alexandre Julliard
parent 891e9bc967
commit 36a39cea90
1 changed files with 0 additions and 2 deletions

View File

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