From 962e912a496dd868055291a4e1e9902e6fb2b245 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Thu, 16 Aug 2012 22:14:52 +0300 Subject: getopt: Remove an unnecessary define MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- compat/getopt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'compat') 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 #include -#define EOF (-1) - static int opterr = 1; static int optind = 1; static int optopt; -- cgit v1.2.3