diff options
Diffstat (limited to 'byterun/sys.c')
-rw-r--r-- | byterun/sys.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/byterun/sys.c b/byterun/sys.c index 70475e919..0b18cc0c0 100644 --- a/byterun/sys.c +++ b/byterun/sys.c @@ -51,12 +51,6 @@ #include "stacks.h" #include "sys.h" -#if 0 -#ifndef _WIN32 -extern int errno; -#endif -#endif - static char * error_message(void) { return strerror(errno); |