X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fdecompress.c;h=bed7b5a486876c3d056f4888f20cd9e0cb031823;hb=88f30aa4a33ff4d175cd4749e84d8d373eed795f;hp=c5e739110783e5f3921c83e3e14a6f19af649a82;hpb=11b249a3d62d88ca4c5123570f21e754715628e5;p=wimlib diff --git a/src/decompress.c b/src/decompress.c index c5e73911..bed7b5a4 100644 --- a/src/decompress.c +++ b/src/decompress.c @@ -245,7 +245,6 @@ int make_huffman_decode_table(u16 decode_table[], unsigned num_syms, unsigned sym = sorted_syms[i]; unsigned codeword_len = lens[sym]; unsigned extra_bits = codeword_len - table_bits; - unsigned extra_mask; cur_codeword <<= (codeword_len - prev_codeword_len); prev_codeword_len = codeword_len;