From fff93cd0497916708e6a9a9207660623ed2e50ee Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 16 May 2011 21:11:17 +0000 Subject: And the remainder of the scala.reflect refactor... And the remainder of the scala.reflect refactoring (think of it like a "balloon payment") no review. --- src/compiler/scala/tools/nsc/CompilationUnits.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/scala/tools/nsc/CompilationUnits.scala') diff --git a/src/compiler/scala/tools/nsc/CompilationUnits.scala b/src/compiler/scala/tools/nsc/CompilationUnits.scala index 3338d1433d..98ac0ebd68 100644 --- a/src/compiler/scala/tools/nsc/CompilationUnits.scala +++ b/src/compiler/scala/tools/nsc/CompilationUnits.scala @@ -13,7 +13,7 @@ trait CompilationUnits { self: Global => /** One unit of compilation that has been submitted to the compiler. * It typically corresponds to a single file of source code. It includes * error-reporting hooks. */ - class CompilationUnit(val source: SourceFile) extends CompilationUnitTrait { + class CompilationUnit(val source: SourceFile) { /** the fresh name creator */ var fresh: FreshNameCreator = new FreshNameCreator.Default -- cgit v1.2.3