1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-04 17:44:49 +02:00

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

View File

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