Skip to content

Commit 60d263d

Browse files
WojciechMazurtgodzik
authored andcommitted
Remove unused variable [skip ci]
[Cherry-picked 27390b5]
1 parent 6dd9e24 commit 60d263d

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)