From b5335b19fd14114ed4c4f840865c0ed058c587f7 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 18 Nov 2012 00:14:40 +0000 Subject: Remove irrelevant assertion git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1761 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/giftopnm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/converter/other/giftopnm.c b/converter/other/giftopnm.c index 072c95e6..abfdb0ba 100644 --- a/converter/other/giftopnm.c +++ b/converter/other/giftopnm.c @@ -1423,8 +1423,6 @@ makePnmRow(struct decompressor * const decompP, lzwReadByte(decompP, &readColorIndex, &endOfImage, &readError); - assert(*errorP == NULL); - verifyPixelRead(endOfImage, readError, cols, rows, errorP); if (readError) -- cgit 1.4.1