getopt: Remove an unnecessary define
authorMartin Storsjö <martin@martin.st>
Thu, 16 Aug 2012 19:14:52 +0000 (22:14 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 16 Aug 2012 20:12:50 +0000 (23:12 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
compat/getopt.c

index c7f8ef3..3e7d3e2 100644 (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;