punt unused variable

This commit is contained in:
Mike Frysinger 2005-07-30 08:58:19 +00:00
parent d6a2d41db2
commit cc428da83f

View 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];