summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/win32/emu.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/win32/emu.cpp b/lib/win32/emu.cpp
index d681335a..1dbd98a7 100644
--- a/lib/win32/emu.cpp
+++ b/lib/win32/emu.cpp
@@ -561,15 +561,6 @@ HANDLE openfile(const char *pFileName, int flags, int mode)
return hdir;
}
-// MinGW provides a getopt implementation
-#ifndef __MINGW32__
-//works with getopt
-char *optarg;
-//optind looks like an index into the string - how far we have moved along
-int optind = 1;
-char nextchar = -1;
-#endif
-
// --------------------------------------------------------------------------
//
// Function