diff options
author | Martin Storsjö <martin@martin.st> | 2012-08-16 22:14:52 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-08-16 23:12:50 +0300 |
commit | 962e912a496dd868055291a4e1e9902e6fb2b245 (patch) | |
tree | 680aabc6e84bbd6406fe2b9b0a277f25613734af /compat/getopt.c | |
parent | cb5ab02a88b3598acb23106ad3f140981ba56970 (diff) | |
download | ffmpeg-962e912a496dd868055291a4e1e9902e6fb2b245.tar.gz |
getopt: Remove an unnecessary define
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'compat/getopt.c')
-rw-r--r-- | compat/getopt.c | 2 |
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; |