Skip to content

Commit

Permalink
Remove stray assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed Dec 14, 2015
1 parent 611bf86 commit 9b2d9b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dotty/tools/dotc/core/SymDenotations.scala
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ object SymDenotations {
completions.println(i"${" " * indent}completing ${if (isType) "type" else "val"} $name")
indent += 1
}
indent += 1
if (myFlags is Touched) throw CyclicReference(this)
myFlags |= Touched

Expand Down

0 comments on commit 9b2d9b2

Please sign in to comment.