X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fdecompress.h;h=a2466456f90019ea1189252cb46cfbdd245246b6;hp=21d8090efed5a885c44f60ab932b421412f83a0d;hb=5ed5a1ef610700e463abd0c07aed377cce5eef47;hpb=1ab60207e56968e480be6400c67844017598b7dd diff --git a/src/decompress.h b/src/decompress.h index 21d8090e..a2466456 100644 --- a/src/decompress.h +++ b/src/decompress.h @@ -120,7 +120,6 @@ static inline int bitstream_read_bits(struct input_bitstream *istream, if (ret == 0) { *n = bitstream_peek_bits(istream, num_bits); bitstream_remove_bits(istream, num_bits); - wimlib_assert2(istream->bitsleft < 16); } else { ERROR("bitstream_read_bits(): Input buffer exhausted"); }