Skip to content

Commit

Permalink
Remove unused variable [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Nov 8, 2024
1 parent 2f61ee2 commit 27390b5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import scala.annotation.internal.sharable
// Based on NameTransformer but dedicated for JSON encoding rules
object JsonNameTransformer {
private val nops = 128
private val ncodes = 26 * 26

@sharable private val op2code = new Array[String](nops)
private def enterOp(op: Char, code: String) = op2code(op.toInt) = code
Expand Down

0 comments on commit 27390b5

Please sign in to comment.