Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Dec 9, 2023
1 parent a537be5 commit c9b29f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser/src/entities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ impl<'a> ParserThread<'a> {
// Here we peek ("HUFFMAN_CODE_MAXLEN" == 17) amount of bits and see from a table which
// symbol it maps to and how many bits should be consumed from the stream.
// The symbol is then mapped into an op for filling the field path.

loop {
if bitreader.bits_left < HUFFMAN_CODE_MAXLEN {
bitreader.refill();
Expand Down

0 comments on commit c9b29f6

Please sign in to comment.