From cbd30cf21cbde81a1613226e920c282bd9ebfdf7 Mon Sep 17 00:00:00 2001 From: paltherr Date: Tue, 7 Dec 2004 14:56:23 +0000 Subject: - Removed method Transformer.apply(CompilationU... - Removed method Transformer.apply(CompilationUnit[] - Added method ) Phase.apply(CompilationUnit - Adapted most phases to implement method ) Phase.apply(CompilationUnit instead of Phase.apply(CompilationUnit[] ) --- sources/scalac/typechecker/AnalyzerPhase.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'sources/scalac/typechecker') diff --git a/sources/scalac/typechecker/AnalyzerPhase.java b/sources/scalac/typechecker/AnalyzerPhase.java index c4f56d22e8..0939806844 100644 --- a/sources/scalac/typechecker/AnalyzerPhase.java +++ b/sources/scalac/typechecker/AnalyzerPhase.java @@ -29,8 +29,6 @@ public abstract class AnalyzerPhase extends Phase { public abstract void addConsoleImport(Symbol module); - public abstract void lateEnter(CompilationUnit unit); - public abstract CompilationUnit[] getUnits(); } -- cgit v1.2.3