Remove operations tracer from compile() interface

This commit is contained in:
Alexey Tsvetkov
2017-01-10 19:43:28 +03:00
parent 99c72b6dff
commit bf50a23221
4 changed files with 11 additions and 16 deletions
@@ -140,8 +140,7 @@ interface CompileService : Remote {
targetPlatform: TargetPlatform,
compilerArguments: CommonCompilerArguments,
additionalCompilerArguments: AdditionalCompilerArguments,
servicesFacade: CompilerServicesFacadeBase,
operationsTracer: RemoteOperationsTracer?
servicesFacade: CompilerServicesFacadeBase
): CallResult<Int>
@Throws(RemoteException::class)