diff options
Diffstat (limited to 'runtime/stream.c')
-rw-r--r-- | runtime/stream.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/stream.c b/runtime/stream.c index 064cb42a..aee4d2ad 100644 --- a/runtime/stream.c +++ b/runtime/stream.c @@ -1175,7 +1175,6 @@ static rsRetVal doZipWrite(strm_t *pThis, uchar *pBuf, size_t lenBuf, int bFlush) { int zRet; /* zlib return state */ - sbool bzInitDone = RSFALSE; DEFiRet; unsigned outavail; assert(pThis != NULL); @@ -1194,7 +1193,6 @@ doZipWrite(strm_t *pThis, uchar *pBuf, size_t lenBuf, int bFlush) } pThis->bzInitDone = RSTRUE; } - bzInitDone = RSTRUE; /* now doing the compression */ pThis->zstrm.next_in = (Bytef*) pBuf; |