projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a2d41
)
punt unused variable
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 30 Jul 2005 08:58:19 +0000
(08:58 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 30 Jul 2005 08:58:19 +0000
(08:58 -0000)
archival/libunarchive/decompress_uncompress.c
patch
|
blob
|
history
diff --git
a/archival/libunarchive/decompress_uncompress.c
b/archival/libunarchive/decompress_uncompress.c
index a3fcf64e22c76b53cf187d37b666459a39b81cc1..4a4bd2dc75ceb0d0caf03eceeb22020b831b3c10 100644
(file)
--- a/
archival/libunarchive/decompress_uncompress.c
+++ b/
archival/libunarchive/decompress_uncompress.c
@@
-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];