JPS: removed unnecessary code for running compiler out of process.

This commit is contained in:
Zalim Bashorov
2013-10-10 15:15:20 +04:00
parent 1176d58f40
commit 41d0a8be24
3 changed files with 16 additions and 99 deletions
@@ -152,8 +152,7 @@ public class KotlinBuilder extends ModuleLevelBuilder {
messageCollector,
environment,
moduleFile,
outputItemCollector,
/*runOutOfProcess = */false);
outputItemCollector);
}
for (SimpleOutputItem outputItem : outputItemCollector.getOutputs()) {