aboutsummaryrefslogtreecommitdiff
path: root/src/dotty
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-12-08 17:53:46 +0100
committerMartin Odersky <odersky@gmail.com>2015-12-14 14:30:08 +0100
commit9b2d9b2f8a9cd3ea0b7c97e78771943aad165a64 (patch)
treea5b850cf405dd7773d287c54d91d7859cee50eff /src/dotty
parent611bf8623027a0936eaa7649b6c4200853b81d05 (diff)
downloaddotty-9b2d9b2f8a9cd3ea0b7c97e78771943aad165a64.tar.gz
dotty-9b2d9b2f8a9cd3ea0b7c97e78771943aad165a64.tar.bz2
dotty-9b2d9b2f8a9cd3ea0b7c97e78771943aad165a64.zip
Remove stray assignment
Diffstat (limited to 'src/dotty')
-rw-r--r--src/dotty/tools/dotc/core/SymDenotations.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/SymDenotations.scala b/src/dotty/tools/dotc/core/SymDenotations.scala
index cc201b66b..e351557a3 100644
--- a/src/dotty/tools/dotc/core/SymDenotations.scala
+++ b/src/dotty/tools/dotc/core/SymDenotations.scala
@@ -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