Removed obsolete -mode CLI parameter.

This commit is contained in:
Evgeny Gerashchenko
2012-07-05 17:46:48 +04:00
parent 531167bcee
commit a02658b1a6
5 changed files with 2 additions and 20 deletions
@@ -270,8 +270,7 @@ public class JetCompiler implements TranslatingCompiler {
"-module", scriptFile.getAbsolutePath(),
"-output", path(outputDir),
"-tags", "-verbose", "-version",
"-noStdlib", "-noJdkAnnotations", "-noJdk",
"-mode", "idea"};
"-noStdlib", "-noJdkAnnotations", "-noJdk"};
}
private static void runOutOfProcess(final CompileContext compileContext,