mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
punt unused variable
This commit is contained in:
parent
d6a2d41db2
commit
cc428da83f
1 changed files with 0 additions and 3 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue