summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/zlib/zutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/zlib/zutil.c')
-rw-r--r--src/3rdparty/zlib/zutil.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/3rdparty/zlib/zutil.c b/src/3rdparty/zlib/zutil.c
index 898ed345b0..3418c5999f 100644
--- a/src/3rdparty/zlib/zutil.c
+++ b/src/3rdparty/zlib/zutil.c
@@ -136,14 +136,6 @@ const char * ZEXPORT zError(err)
return ERR_MSG(err);
}
-#if defined(_WIN32_WCE)
- /* The Microsoft C Run-Time Library for Windows CE doesn't have
- * errno. We define it as a global variable to simplify porting.
- * Its value is always 0 and should not be used.
- */
- int errno = 0;
-#endif
-
#ifndef HAVE_MEMCPY
void ZLIB_INTERNAL zmemcpy(dest, source, len)