aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting/ConsoleReporter.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-02-03 20:49:15 +0100
committerGuillaume Martres <smarter@ubuntu.com>2016-02-04 19:25:32 +0100
commitcf1413bfc89308aa4b44aa1b76019c168c32a343 (patch)
tree6946cca0af43930e0b772e1a628ab9e3ae13d562 /src/dotty/tools/dotc/reporting/ConsoleReporter.scala
parent93dd1cf1fdbf56ca3c153aa5a25fb4c48782acf5 (diff)
downloaddotty-cf1413bfc89308aa4b44aa1b76019c168c32a343.tar.gz
dotty-cf1413bfc89308aa4b44aa1b76019c168c32a343.tar.bz2
dotty-cf1413bfc89308aa4b44aa1b76019c168c32a343.zip
ConsoleReporter: remove unused argument ctx
Diffstat (limited to 'src/dotty/tools/dotc/reporting/ConsoleReporter.scala')
-rw-r--r--src/dotty/tools/dotc/reporting/ConsoleReporter.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/reporting/ConsoleReporter.scala b/src/dotty/tools/dotc/reporting/ConsoleReporter.scala
index 45268b673..e9b9964c3 100644
--- a/src/dotty/tools/dotc/reporting/ConsoleReporter.scala
+++ b/src/dotty/tools/dotc/reporting/ConsoleReporter.scala
@@ -15,7 +15,7 @@ import scala.reflect.internal.util._
*/
class ConsoleReporter(
reader: BufferedReader = Console.in,
- writer: PrintWriter = new PrintWriter(Console.err, true))(ctx: Context)
+ writer: PrintWriter = new PrintWriter(Console.err, true))
extends Reporter with UniqueMessagePositions {
/** maximal number of error messages to be printed */