diff --git a/security/nss/cmd/zlib/zutil.c b/security/nss/cmd/zlib/zutil.c index 85f01c82f357..d139725a4035 100644 --- a/security/nss/cmd/zlib/zutil.c +++ b/security/nss/cmd/zlib/zutil.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: zutil.c,v 1.4 2004/11/02 23:40:10 wchang0222%aol.com Exp $ */ +/* @(#) $Id: zutil.c,v 1.5 2004/11/04 06:14:23 wchang0222%aol.com Exp $ */ #include "zutil.h" @@ -140,11 +140,6 @@ const char * ZEXPORT zError(err) return ERR_MSG(err); } -#if defined(_WIN32_WCE) - /* does not exist on WCE */ - int errno = 0; -#endif - #ifndef HAVE_MEMCPY void zmemcpy(dest, source, len)