aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/repl/SimpleReader.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/repl/SimpleReader.scala')
-rw-r--r--src/dotty/tools/dotc/repl/SimpleReader.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/repl/SimpleReader.scala b/src/dotty/tools/dotc/repl/SimpleReader.scala
index b69fcdd2a..5fab47bbe 100644
--- a/src/dotty/tools/dotc/repl/SimpleReader.scala
+++ b/src/dotty/tools/dotc/repl/SimpleReader.scala
@@ -14,7 +14,7 @@ class SimpleReader(
extends InteractiveReader {
def this() = this(Console.in, new PrintWriter(Console.out), true)
- def readLine(prompt: String)(implicit ctx: Context) = {
+ def readLine(prompt: String) = {
if (interactive) {
out.print(prompt)
out.flush()