From f39749cee4e06d171f2ed39f31cc4571cd6ed43d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 22 Jan 2004 14:27:58 +0000 Subject: Gisle Vanem fixed the compressed help text zlib code --- src/mkhelp.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mkhelp.pl') 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; -- cgit v1.2.3