summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/nsc/symtab/IdeSupport.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/compiler/scala/tools/nsc/symtab/IdeSupport.scala b/src/compiler/scala/tools/nsc/symtab/IdeSupport.scala
index 09396a1748..308137cc40 100644
--- a/src/compiler/scala/tools/nsc/symtab/IdeSupport.scala
+++ b/src/compiler/scala/tools/nsc/symtab/IdeSupport.scala
@@ -413,15 +413,6 @@ trait IdeSupport extends SymbolTable { // added to global, not analyzers.
}
}
}
- if (true) {
- if (symbol.isInstanceOf[TypeSymbol] && symbol.name.toString == "B") {
- assert(true)
- assert(true)
- }
-
-
- //Console.println("NEW SYMBOL: " + symbol + ":" + symbol.id + " @ " + symbol.owner + " " + key);
- }
invalidate(symbol.name)
return finish(symbol)
}