diff --git a/src/decoder_api.c b/src/decoder_api.c index ee80c471f..2ece3bb98 100644 --- a/src/decoder_api.c +++ b/src/decoder_api.c @@ -136,7 +136,6 @@ size_t decoder_read(struct decoder *decoder, assert(decoder == NULL || dc.state == DECODE_STATE_START || dc.state == DECODE_STATE_DECODE); - assert(dc.pipe != NULL); assert(is != NULL); assert(buffer != NULL);