| Index: third_party/brotli/dec/huffman.c
|
| diff --git a/third_party/brotli/dec/huffman.c b/third_party/brotli/dec/huffman.c
|
| index 159ac1c7cb56264a1c83890e3c48b63e48408e54..3775ffe7e920f4cf1e1a5e95d1dfc7fb3d80182f 100644
|
| --- a/third_party/brotli/dec/huffman.c
|
| +++ b/third_party/brotli/dec/huffman.c
|
| @@ -99,7 +99,6 @@ static BROTLI_INLINE int NextTableBitSize(const uint16_t* const count,
|
| return len - root_bits;
|
| }
|
|
|
| -
|
| void BrotliBuildCodeLengthsHuffmanTable(HuffmanCode* table,
|
| const uint8_t* const code_lengths,
|
| uint16_t* count) {
|
|
|