Commit 962e912a authored by Martin Storsjö's avatar Martin Storsjö

getopt: Remove an unnecessary define

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent cb5ab02a
......@@ -33,8 +33,6 @@
#include <stdio.h>
#include <string.h>
#define EOF (-1)
static int opterr = 1;
static int optind = 1;
static int optopt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment