X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Flzx-decompress.c;h=13b00761eff664eaf4b68b6350c35620c9d12c4e;hb=5ed5a1ef610700e463abd0c07aed377cce5eef47;hp=2b3c0f903149f73965fadfb47dd3457d1d057b70;hpb=1530b6dab02a9e1e5faf81529ab502aee68d8cd2;p=wimlib diff --git a/src/lzx-decompress.c b/src/lzx-decompress.c index 2b3c0f90..13b00761 100644 --- a/src/lzx-decompress.c +++ b/src/lzx-decompress.c @@ -318,7 +318,6 @@ static int lzx_read_block_header(struct input_bitstream *istream, unsigned s; unsigned i; unsigned len; - u32 R[3]; ret = bitstream_ensure_bits(istream, 4); if (ret != 0) {