diff --git a/compile/RawCompiler.scala b/compile/RawCompiler.scala index cec4717c9..b685ee308 100644 --- a/compile/RawCompiler.scala +++ b/compile/RawCompiler.scala @@ -37,5 +37,4 @@ class RawCompiler(val scalaInstance: ScalaInstance, cp: ClasspathOptions, log: L class CompileFailed(val arguments: Array[String], override val toString: String) extends xsbti.CompileFailed { def problems = Array() - override def fillInStackTrace = this } \ No newline at end of file