diff options
Diffstat (limited to 'src/pkg/compress/bzip2/huffman.go')
-rw-r--r-- | src/pkg/compress/bzip2/huffman.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/compress/bzip2/huffman.go b/src/pkg/compress/bzip2/huffman.go index 078c1cb89..f755019bb 100644 --- a/src/pkg/compress/bzip2/huffman.go +++ b/src/pkg/compress/bzip2/huffman.go @@ -54,8 +54,6 @@ func (t huffmanTree) Decode(br *bitReader) (v uint16) { nodeIndex = node.right } } - - panic("unreachable") } // newHuffmanTree builds a Huffman tree from a slice containing the code |