summaryrefslogtreecommitdiff
path: root/gzclose.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:27:26 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:27:26 -0700
commit7751bd4c715ea8478113e34b49b5a794a4642e8e (patch)
tree537ba82b3780f933c2f17028febd6fe3a2332190 /gzclose.c
parente0ff940e1adb68d3575705ebf1546d9f07ad3b4a (diff)
downloadzlib-7751bd4c715ea8478113e34b49b5a794a4642e8e.tar.gz
zlib 1.2.3.9v1.2.3.9
Diffstat (limited to 'gzclose.c')
-rw-r--r--gzclose.c4
1 files changed, 0 insertions, 4 deletions
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 */