diff options
Diffstat (limited to '')
-rw-r--r-- | gzclose.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -3,8 +3,6 @@ | |||
3 | * For conditions of distribution and use, see copyright notice in zlib.h | 3 | * For conditions of distribution and use, see copyright notice in zlib.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef OLD_GZIO | ||
7 | |||
8 | #include "gzguts.h" | 6 | #include "gzguts.h" |
9 | 7 | ||
10 | /* gzclose() is in a separate file so that it is linked in only if it is used. | 8 | /* 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) | |||
25 | return gzclose_r(file); | 23 | return gzclose_r(file); |
26 | #endif | 24 | #endif |
27 | } | 25 | } |
28 | |||
29 | #endif /* !OLD_GZIO */ | ||