Skip to content

Commit a79d848

Browse files
Update compiler/src/dotty/tools/dotc/ast/Positioned.scala
Co-authored-by: Nicolas Stucki <nicolas.stucki@gmail.com>
1 parent 2c441d7 commit a79d848

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/ast/Positioned.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import java.io.{ PrintWriter }
2121
abstract class Positioned(implicit @constructorOnly src: SourceFile) extends SrcPos, Product, Cloneable {
2222
import Positioned.{ids, nextId, debugId}
2323

24-
private var myUniqueId: Int = _
2524
private var mySpan: Span = _
2625

2726
/** A unique identifier in case -Yshow-tree-ids, or -Ydebug-tree-with-id

0 commit comments

Comments
 (0)