summaryrefslogtreecommitdiff
path: root/zutil.c
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-git@circlestorm.org>2015-04-26 13:27:44 +0200
committerHans Kristian Rosbach <hk-git@circlestorm.org>2015-04-26 13:27:44 +0200
commit6e70386339041d5b7fa4b5dbfc7787dc6c1c05a4 (patch)
tree56008906777c63c1d43883d6b155883c2c2fa4c6 /zutil.c
parent5ce484b258333091f8ff558bff89b7c452ffee1b (diff)
Drop workarounds for WinCE and Interix
Diffstat (limited to 'zutil.c')
-rw-r--r--zutil.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/zutil.c b/zutil.c
index cf40cc6..adb470f 100644
--- a/zutil.c
+++ b/zutil.c
@@ -107,14 +107,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 Z_SOLO
#ifndef MY_ZCALLOC /* Any system without a special alloc function */