Removed obsolete comment.

This commit is contained in:
Evgeny Gerashchenko
2012-07-24 16:39:38 +04:00
parent 4d56bd4b59
commit 75ce5b3a1b
@@ -72,7 +72,6 @@ public class K2JVMCompiler extends CLICompiler<K2JVMCompilerArguments> {
return ExitCode.OK;
}
else if (arguments.module != null) {
// TODO add sources from modules
}
else if (arguments.script) {
configuration.add(CommonConfigurationKeys.SOURCE_ROOTS_KEY, arguments.freeArgs.get(0));