summaryrefslogtreecommitdiff
path: root/src/repl/scala/tools/nsc/interpreter/ExprTyper.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/repl/scala/tools/nsc/interpreter/ExprTyper.scala')
-rw-r--r--src/repl/scala/tools/nsc/interpreter/ExprTyper.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/repl/scala/tools/nsc/interpreter/ExprTyper.scala b/src/repl/scala/tools/nsc/interpreter/ExprTyper.scala
index bb5fe07fc9..8a6a405810 100644
--- a/src/repl/scala/tools/nsc/interpreter/ExprTyper.scala
+++ b/src/repl/scala/tools/nsc/interpreter/ExprTyper.scala
@@ -13,7 +13,6 @@ trait ExprTyper {
import repl._
import global.{ reporter => _, Import => _, _ }
- import syntaxAnalyzer.UnitParser
import naming.freshInternalVarName
def symbolOfLine(code: String): Symbol = {