getopt: Remove an unnecessary define

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2012-08-16 22:14:52 +03:00
parent cb5ab02a88
commit 962e912a49
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@
#include <stdio.h>
#include <string.h>
#define EOF (-1)
static int opterr = 1;
static int optind = 1;
static int optopt;