aboutsummaryrefslogtreecommitdiff
path: root/src/mkhelp.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-22 14:27:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-22 14:27:58 +0000
commitf39749cee4e06d171f2ed39f31cc4571cd6ed43d (patch)
tree4fd3c39d53d3eefd8eeb71d59f532cd275882cd2 /src/mkhelp.pl
parent87eb26a33d355fa9e3b295f9c8a637e4b01e373c (diff)
Gisle Vanem fixed the compressed help text zlib code
Diffstat (limited to 'src/mkhelp.pl')
-rw-r--r--src/mkhelp.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mkhelp.pl b/src/mkhelp.pl
index 1c0a867da..2e1e6985a 100644
--- a/src/mkhelp.pl
+++ b/src/mkhelp.pl
@@ -158,8 +158,6 @@ void hugehelp(void)
z.zalloc = (alloc_func)Z_NULL;
z.zfree = (free_func)Z_NULL;
z.opaque = 0;
- z.next_in = NULL;
- z.avail_in = 0;
if (inflateInit2(&z, -MAX_WBITS) != Z_OK)
return;