From 8ccfe152e029e2a0a1a444bea8ab7cb686f7cd5b Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 4 Aug 2003 09:43:44 +0000 Subject: *** empty log message *** --- sources/scalac/Global.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sources/scalac/Global.java') diff --git a/sources/scalac/Global.java b/sources/scalac/Global.java index 36c25ce503..7b68fa43d5 100644 --- a/sources/scalac/Global.java +++ b/sources/scalac/Global.java @@ -315,8 +315,7 @@ public class Global { imports.clear(); for (Iterator it = compiledNow.keySet().iterator(); it.hasNext();) { Symbol sym = (Symbol) it.next(); - SourceFile f = (SourceFile) compiledNow.get(sym); - sym.reset(new SourceCompleter(this, f.name())); + sym.reset(new SourceCompleter(this)); } } compiledNow.clear(); -- cgit v1.2.3