wmc: Remove redeclaration of optarg and optind.

This commit is contained in:
Carlo Bramini 2015-08-11 10:42:01 +02:00 committed by Alexandre Julliard
parent 59c2b325ea
commit 891e9bc967
1 changed files with 0 additions and 2 deletions

View File

@ -157,8 +157,6 @@ static void exit_on_signal( int sig )
int main(int argc,char *argv[])
{
extern char* optarg;
extern int optind;
int optc;
int opti = 0;
int lose = 0;