summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/InterpreterLoop.scala4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/compiler/scala/tools/nsc/InterpreterLoop.scala b/src/compiler/scala/tools/nsc/InterpreterLoop.scala
index 01977ca822..8ba7a696b0 100644
--- a/src/compiler/scala/tools/nsc/InterpreterLoop.scala
+++ b/src/compiler/scala/tools/nsc/InterpreterLoop.scala
@@ -70,9 +70,7 @@ class InterpreterLoop(in0: Option[BufferedReader], out: PrintWriter) {
def createInterpreter() {
//closeInterpreter()
- interpreter = new Interpreter(settings, out) {
- override protected def parentClassLoader = parentClassLoader0
- }
+ interpreter = new Interpreter(settings, out)
interpreter.setContextClassLoader()
}