summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-08-16 22:14:52 +0300
committerMartin Storsjö <martin@martin.st>2012-08-16 23:12:50 +0300
commit962e912a496dd868055291a4e1e9902e6fb2b245 (patch)
tree680aabc6e84bbd6406fe2b9b0a277f25613734af /compat
parentcb5ab02a88b3598acb23106ad3f140981ba56970 (diff)
getopt: Remove an unnecessary define
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'compat')
-rw-r--r--compat/getopt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/getopt.c b/compat/getopt.c
index c7f8ef3260..3e7d3e215e 100644
--- a/compat/getopt.c
+++ b/compat/getopt.c
@@ -33,8 +33,6 @@
#include <stdio.h>
#include <string.h>
-#define EOF (-1)
-
static int opterr = 1;
static int optind = 1;
static int optopt;