commit | cc428da83f3ae4d4c341c0ee0ed910f93dbf1cce | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sat Jul 30 08:58:19 2005 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Sat Jul 30 08:58:19 2005 +0000 |
tree | 5ae59765fc31ffb65c794d1eb90158b0d8bcf2a1 | |
parent | d6a2d41db257caff28f6c831e9950aab6cee4793 [diff] |
punt unused variable
diff --git a/archival/libunarchive/decompress_uncompress.c b/archival/libunarchive/decompress_uncompress.c index a3fcf64..4a4bd2d 100644 --- a/archival/libunarchive/decompress_uncompress.c +++ b/archival/libunarchive/decompress_uncompress.c
@@ -70,9 +70,6 @@ /* user settable max # bits/code */ static int maxbits = BITS; -/* Exitcode of compress (-1 no file compressed) */ -static int exit_code = -1; - /* Input buffer */ static unsigned char inbuf[IBUFSIZ + 64];