From ff2ef2fd4474ee7a1e29ebb3b5a1711a684634ff Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 10 Mar 2010 16:30:51 +0000 Subject: ...and a line from partest I didn't notice the ... ...and a line from partest I didn't notice the absence of which would break the build. No review. --- src/partest/scala/tools/partest/nest/CompileManager.scala | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/partest/scala/tools/partest/nest/CompileManager.scala b/src/partest/scala/tools/partest/nest/CompileManager.scala index 5f564f7324..f6746a8e3c 100644 --- a/src/partest/scala/tools/partest/nest/CompileManager.scala +++ b/src/partest/scala/tools/partest/nest/CompileManager.scala @@ -19,10 +19,7 @@ import File.pathSeparator class ExtConsoleReporter(override val settings: Settings, reader: BufferedReader, var writer: PrintWriter) extends ConsoleReporter(settings, reader, writer) { - def this(settings: Settings) = this(settings, Console.in, new PrintWriter(new FileWriter("/dev/null"))) - - def hasWarnings: Boolean = WARNING.count != 0 } abstract class SimpleCompiler { -- cgit v1.2.3