From b6b2f1ff5bce8ffaa002a425066aac82ae2d540a Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 23 Mar 2019 11:25:44 +0100 Subject: [PATCH] tif_zip.c: remove dead code. CID 1400360 --- libtiff/tif_zip.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libtiff/tif_zip.c b/libtiff/tif_zip.c index 9e2b5ebd..c7507734 100644 --- a/libtiff/tif_zip.c +++ b/libtiff/tif_zip.c @@ -173,9 +173,7 @@ ZIPDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) TIFFErrorExt(tif->tif_clientdata, module, "Decoding error at scanline %lu, %s", (unsigned long) tif->tif_row, SAFE_MSG(sp)); - /* if (inflateSync(&sp->stream) != Z_OK) */ return (0); - continue; } if (state != Z_OK) { TIFFErrorExt(tif->tif_clientdata, module,