From 7751bd4c715ea8478113e34b49b5a794a4642e8e Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:27:26 -0700 Subject: zlib 1.2.3.9 --- gzclose.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gzclose.c') diff --git a/gzclose.c b/gzclose.c index e20d404..caeb99a 100644 --- a/gzclose.c +++ b/gzclose.c @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -#ifndef OLD_GZIO - #include "gzguts.h" /* gzclose() is in a separate file so that it is linked in only if it is used. @@ -25,5 +23,3 @@ int ZEXPORT gzclose(file) return gzclose_r(file); #endif } - -#endif /* !OLD_GZIO */ -- cgit v1.2.3-55-g6feb