aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/repl/JLineReader.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/repl/JLineReader.scala')
-rw-r--r--src/dotty/tools/dotc/repl/JLineReader.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/repl/JLineReader.scala b/src/dotty/tools/dotc/repl/JLineReader.scala
index c7bdebb54..73463cd7c 100644
--- a/src/dotty/tools/dotc/repl/JLineReader.scala
+++ b/src/dotty/tools/dotc/repl/JLineReader.scala
@@ -12,5 +12,5 @@ class JLineReader extends InteractiveReader {
val interactive = true
- def readLine(prompt: String)(implicit ctx: Context) = reader.readLine(prompt)
+ def readLine(prompt: String) = reader.readLine(prompt)
}