Skip to content

Commit

Permalink
Remove spurious counter
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Aug 9, 2024
1 parent a046ec1 commit 978bf5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/hieroglyph.Unicode.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ object Unicode:
def eastAsianWidth(char: Char): Optional[EaWidth] =
eastAsianWidths.minAfter(CharRange(char.toInt, char.toInt)).optional.let(_(1))

var count = 0

lazy val eastAsianWidths: TreeMap[CharRange, EaWidth] =
extension (map: TreeMap[CharRange, EaWidth])
def append(range: CharRange, width: EaWidth): TreeMap[CharRange, EaWidth] =
Expand Down

0 comments on commit 978bf5e

Please sign in to comment.