Skip to content

Commit 9b2d9b2

Browse files
committed
Remove stray assignment
1 parent 611bf86 commit 9b2d9b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dotty/tools/dotc/core/SymDenotations.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ object SymDenotations {
167167
completions.println(i"${" " * indent}completing ${if (isType) "type" else "val"} $name")
168168
indent += 1
169169
}
170-
indent += 1
171170
if (myFlags is Touched) throw CyclicReference(this)
172171
myFlags |= Touched
173172

0 commit comments

Comments
 (0)