From: glennrp Date: Thu, 29 May 2014 17:19:33 +0000 (+0000) Subject: #if 0/#endif around some dead code reported by Coverity. X-Git-Tag: 7.0.1-0~2253 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b5e73670ff5e811a25edfe121d62c40292b4f32;p=imagemagick #if 0/#endif around some dead code reported by Coverity. --- diff --git a/coders/png.c b/coders/png.c index 70b159d72..fd40991b7 100644 --- a/coders/png.c +++ b/coders/png.c @@ -4344,6 +4344,7 @@ static Image *ReadOneJNGImage(MngInfo *mng_info, (void) ReadBlobMSBLong(image); /* read crc word */ +#if 0 if (skip_to_iend) { if (length) @@ -4351,6 +4352,7 @@ static Image *ReadOneJNGImage(MngInfo *mng_info, continue; } +#endif if (memcmp(type,mng_JHDR,4) == 0) {