about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-11-18 00:14:40 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-11-18 00:14:40 +0000
commitb5335b19fd14114ed4c4f840865c0ed058c587f7 (patch)
treef6d365e74bfec5b191cf7549e66a410026b8239c
parent19681f8ee5f94ac380d42c0d0f133ceb3612434a (diff)
downloadnetpbm-mirror-b5335b19fd14114ed4c4f840865c0ed058c587f7.tar.gz
netpbm-mirror-b5335b19fd14114ed4c4f840865c0ed058c587f7.tar.xz
netpbm-mirror-b5335b19fd14114ed4c4f840865c0ed058c587f7.zip
Remove irrelevant assertion
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1761 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/other/giftopnm.c2
1 files changed, 0 insertions, 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)