]> wimlib.net Git - wimlib/blobdiff - src/decompress.c
Cleanup
[wimlib] / src / decompress.c
index c5e739110783e5f3921c83e3e14a6f19af649a82..bed7b5a486876c3d056f4888f20cd9e0cb031823 100644 (file)
@@ -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;