]> wimlib.net Git - wimlib/blobdiff - include/wimlib/decompress_common.h
Remove unused 'num_syms' argument to read_huffsym()
[wimlib] / include / wimlib / decompress_common.h
index 40fa49ab4438796e2df043f95f1fecc9d491cc8f..9efd0ef3b55b019cb34cd811d9e3708c8ca1a027 100644 (file)
@@ -165,7 +165,7 @@ bitstream_read_byte(struct input_bitstream *istream)
  * lzms-decompress.c.  */
 static inline u16
 read_huffsym(struct input_bitstream *istream, const u16 decode_table[],
-            unsigned num_syms, unsigned table_bits, unsigned max_codeword_len)
+            unsigned table_bits, unsigned max_codeword_len)
 {
        u16 entry;
        u16 key_bits;