summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-03-10 16:30:51 +0000
committerPaul Phillips <paulp@improving.org>2010-03-10 16:30:51 +0000
commitff2ef2fd4474ee7a1e29ebb3b5a1711a684634ff (patch)
tree3069f9581e24ab384d28a6bea8f247f0b8716dd1
parent10bcc73badcbb46deb1b707e94af65f439f62b66 (diff)
downloadscala-ff2ef2fd4474ee7a1e29ebb3b5a1711a684634ff.tar.gz
scala-ff2ef2fd4474ee7a1e29ebb3b5a1711a684634ff.tar.bz2
scala-ff2ef2fd4474ee7a1e29ebb3b5a1711a684634ff.zip
...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.
-rw-r--r--src/partest/scala/tools/partest/nest/CompileManager.scala3
1 files changed, 0 insertions, 3 deletions
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 {