From 6440a65cbedc6751122d191a9fe119f72a8d0d5f Mon Sep 17 00:00:00 2001 From: paltherr Date: Thu, 20 Mar 2003 09:39:20 +0000 Subject: - Forced loading of Interpreter.scala only with... - Forced loading of Interpreter.scala only with siris --- sources/scalac/Global.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'sources/scalac') diff --git a/sources/scalac/Global.java b/sources/scalac/Global.java index 130f41bd1d..15eb81baf8 100644 --- a/sources/scalac/Global.java +++ b/sources/scalac/Global.java @@ -325,8 +325,6 @@ public class Global { private List imports = new ArrayList(); private void fix1() { - // make sure that Interpreter.scala is compiled - if (target == TARGET_INT) SHOW_DEFINITION(); for (int i = 0; i < units.length; i++) { if (units[i].console) fix1(units[i]); } -- cgit v1.2.3