about summary refs log tree commit diff
path: root/converter/other/giftopnm.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/giftopnm.c')
-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)