From 8cb319e20109789a3555482680ad907be8e2a994 Mon Sep 17 00:00:00 2001 From: bug1 Date: Wed, 28 Mar 2001 07:37:48 +0000 Subject: Remove cruft git-svn-id: svn://busybox.net/trunk/busybox@2213 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- gunzip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gunzip.c') diff --git a/gunzip.c b/gunzip.c index 9d81031d7..0af6adbf7 100644 --- a/gunzip.c +++ b/gunzip.c @@ -125,13 +125,14 @@ unsigned short mask_bits[] = { //static int error_number = 0; /* ======================================================================== * Signal and error handler. - */ + static void abort_gzip() { error_msg("gzip aborted\n"); // exit(ERROR); return; } +*/ static void make_crc_table() { @@ -432,7 +433,6 @@ static int inflate_codes(huft_t *tl, huft_t *td, int bl, int bd) if (e == 16) { /* then it's a literal */ window[w++] = (unsigned char) t->v.n; if (w == WSIZE) { -// flush_output(w); outcnt=(w), flush_window(); w = 0; -- cgit v1.2.3-55-g6feb