summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-05-24 09:52:58 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-05-24 09:52:58 +0000
commitdc2ea7ccd5d2806104ba33286ab5db49642c09da (patch)
tree3f8d62ca90bd3ff95b0083f90986c5f2d0da9d5e
parentc033e723857a2cefb1ccf20492b8146ddedb0447 (diff)
downloadscala-dc2ea7ccd5d2806104ba33286ab5db49642c09da.tar.gz
scala-dc2ea7ccd5d2806104ba33286ab5db49642c09da.tar.bz2
scala-dc2ea7ccd5d2806104ba33286ab5db49642c09da.zip
InterpreterLoop no longer needs ugliness becaus...
InterpreterLoop no longer needs ugliness because of the change to Interpreter.
-rw-r--r--src/compiler/scala/tools/nsc/InterpreterLoop.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/compiler/scala/tools/nsc/InterpreterLoop.scala b/src/compiler/scala/tools/nsc/InterpreterLoop.scala
index b15cc8c54c..01977ca822 100644
--- a/src/compiler/scala/tools/nsc/InterpreterLoop.scala
+++ b/src/compiler/scala/tools/nsc/InterpreterLoop.scala
@@ -65,12 +65,6 @@ class InterpreterLoop(in0: Option[BufferedReader], out: PrintWriter) {
}
}
- /* As soon as the Eclipse plugin no longer needs it, delete uglinessxxx,
- * parentClassLoader0, and the parentClassLoader method in Interpreter
- */
- var uglinessxxx: ClassLoader = _
- def parentClassLoader0: ClassLoader = uglinessxxx
-
/** Create a new interpreter. Close the old one, if there
* is one. */
def createInterpreter() {
@@ -292,8 +286,6 @@ class InterpreterLoop(in0: Option[BufferedReader], out: PrintWriter) {
InteractiveReader.createDefault()
}
- uglinessxxx = classOf[InterpreterLoop].getClassLoader
-
createInterpreter()
loadFiles(settings)