summaryrefslogtreecommitdiff
authorMartin Storsjö <martin@martin.st>2012-08-16 19:14:52 (GMT)
committer Martin Storsjö <martin@martin.st>2012-08-16 20:12:50 (GMT)
commit962e912a496dd868055291a4e1e9902e6fb2b245 (patch)
tree680aabc6e84bbd6406fe2b9b0a277f25613734af
parentcb5ab02a88b3598acb23106ad3f140981ba56970 (diff)
downloadffmpeg-962e912a496dd868055291a4e1e9902e6fb2b245.zip
ffmpeg-962e912a496dd868055291a4e1e9902e6fb2b245.tar.gz
ffmpeg-962e912a496dd868055291a4e1e9902e6fb2b245.tar.bz2
getopt: Remove an unnecessary define
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat
-rw-r--r--compat/getopt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/getopt.c b/compat/getopt.c
index c7f8ef3..3e7d3e2 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;