punt unused variable
authorMike Frysinger <vapier@gentoo.org>
Sat, 30 Jul 2005 08:58:19 +0000 (08:58 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 30 Jul 2005 08:58:19 +0000 (08:58 -0000)
archival/libunarchive/decompress_uncompress.c

index a3fcf64e22c76b53cf187d37b666459a39b81cc1..4a4bd2dc75ceb0d0caf03eceeb22020b831b3c10 100644 (file)
@@ -70,9 +70,6 @@ static int block_mode = BLOCK_MODE;
 /* 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];