Skip to content

Commit 27390b5

Browse files
committed
Remove unused variable [skip ci]
1 parent 2f61ee2 commit 27390b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/profile/JsonNameTransformer.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import scala.annotation.internal.sharable
55
// Based on NameTransformer but dedicated for JSON encoding rules
66
object JsonNameTransformer {
77
private val nops = 128
8-
private val ncodes = 26 * 26
98

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

0 commit comments

Comments
 (0)