Skip to content

Commit

Permalink
remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Sep 3, 2024
1 parent 358ef31 commit d595138
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,6 @@ impl CompressorBuilder {
let symbol = self.symbols[256 + i];
let len = symbol.len();
if len == 2 {
// If this is a suffix of another longer symbol, we segment it to earlier
// in the table.
let has_suffix = self
.symbols
.iter()
Expand Down

0 comments on commit d595138

Please sign in to comment.