diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-30 08:58:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-30 08:58:19 +0000 |
commit | cc428da83f3ae4d4c341c0ee0ed910f93dbf1cce (patch) | |
tree | 5ae59765fc31ffb65c794d1eb90158b0d8bcf2a1 | |
parent | d6a2d41db257caff28f6c831e9950aab6cee4793 (diff) | |
download | busybox-w32-cc428da83f3ae4d4c341c0ee0ed910f93dbf1cce.tar.gz busybox-w32-cc428da83f3ae4d4c341c0ee0ed910f93dbf1cce.tar.bz2 busybox-w32-cc428da83f3ae4d4c341c0ee0ed910f93dbf1cce.zip |
punt unused variable
-rw-r--r-- | archival/libunarchive/decompress_uncompress.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/archival/libunarchive/decompress_uncompress.c b/archival/libunarchive/decompress_uncompress.c index a3fcf64e2..4a4bd2dc7 100644 --- a/archival/libunarchive/decompress_uncompress.c +++ b/archival/libunarchive/decompress_uncompress.c | |||
@@ -70,9 +70,6 @@ static int block_mode = BLOCK_MODE; | |||
70 | /* user settable max # bits/code */ | 70 | /* user settable max # bits/code */ |
71 | static int maxbits = BITS; | 71 | static int maxbits = BITS; |
72 | 72 | ||
73 | /* Exitcode of compress (-1 no file compressed) */ | ||
74 | static int exit_code = -1; | ||
75 | |||
76 | /* Input buffer */ | 73 | /* Input buffer */ |
77 | static unsigned char inbuf[IBUFSIZ + 64]; | 74 | static unsigned char inbuf[IBUFSIZ + 64]; |
78 | 75 | ||