Skip to content

Commit c64f004

Browse files
remove unused variable
1 parent 006b647 commit c64f004

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/transform/localopt/StringInterpolatorOpt.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ class StringInterpolatorOpt extends MiniPhase {
9090
else { // tree.symbol == defn.StringContextS
9191
import dotty.tools.dotc.util.SourcePosition
9292
var stringPosition: SourcePosition = null
93-
var offset: Int = 0
9493
try {
9594
val escapedStrs = strs.map(str => {
9695
stringPosition = str.sourcePos

0 commit comments

Comments
 (0)