From 865a9137dbeba573c66a613a3b6fc90d65e9de0e Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Tue, 23 Feb 2010 22:34:17 +0000 Subject: Removed stray debugging code. --- src/compiler/scala/tools/nsc/typechecker/Typers.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/compiler/scala/tools/nsc/typechecker/Typers.scala b/src/compiler/scala/tools/nsc/typechecker/Typers.scala index 0f038cbf22..380a0112f6 100644 --- a/src/compiler/scala/tools/nsc/typechecker/Typers.scala +++ b/src/compiler/scala/tools/nsc/typechecker/Typers.scala @@ -3599,8 +3599,7 @@ trait Typers { self: Analyzer => } while (defSym == NoSymbol && cx != NoContext) { - if (currentRun.compileSourceFor(context.asInstanceOf[analyzer.Context], name)) - assert(true) + currentRun.compileSourceFor(context.asInstanceOf[analyzer.Context], name) pre = cx.enclClass.prefix defEntry = cx.scope.lookupEntry(name) if ((defEntry ne null) && qualifies(defEntry.sym)) { -- cgit v1.2.3