From 91e88b3f7d4a2765c11bf4ac5495eb7c329bc18e Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 11 Jan 2010 16:31:44 +0000 Subject: Commented out some (debugging?) code which was ... Commented out some (debugging?) code which was breaking the build. --- src/compiler/scala/tools/nsc/symtab/Types.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compiler') diff --git a/src/compiler/scala/tools/nsc/symtab/Types.scala b/src/compiler/scala/tools/nsc/symtab/Types.scala index b411893703..c9aab59ff5 100644 --- a/src/compiler/scala/tools/nsc/symtab/Types.scala +++ b/src/compiler/scala/tools/nsc/symtab/Types.scala @@ -504,13 +504,13 @@ trait Types { /** The info of `sym', seen as a member of this type. */ def memberInfo(sym: Symbol): Type = { - incCounter(ctr1) + // incCounter(ctr1) sym.info.asSeenFrom(this, sym.owner) } /** The type of `sym', seen as a member of this type. */ def memberType(sym: Symbol): Type = { - incCounter(ctr2) + // incCounter(ctr2) //@M don't prematurely instantiate higher-kinded types, they will be instantiated by transform, typedTypeApply, etc. when really necessary sym.tpeHK match { case ov @ OverloadedType(pre, alts) => -- cgit v1.2.3