Accidentally broke the build.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@5498 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
mcdirmid 2006-01-11 13:23:54 +00:00
parent 9607f607e0
commit a5f97d9ce9
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
// $Id$
package scala.tools.nsc;
import scala.tools.util.Reporter;
/** A class representing command line info for scalac */
class CompilerCommand(arguments: List[String], error: String => unit, interactive: boolean) {