Remove operations tracer from compile() interface

Original commit: bf50a23221
This commit is contained in:
Alexey Tsvetkov
2017-01-10 19:43:28 +03:00
parent 6c3fdf19fc
commit acea47487a
@@ -105,8 +105,7 @@ class JpsKotlinCompilerRunner : KotlinCompilerRunner<JpsCompilerEnvironment>() {
targetPlatform,
compilerArgs,
AdditionalCompilerArguments(reportingFilters = getReportingFilters(compilerArgs.verbose)),
JpsCompilerServicesFacadeImpl(environment),
operationsTracer = null)
JpsCompilerServicesFacadeImpl(environment))
}
return res?.get()?.let { exitCodeFromProcessExitCode(it) }