Remove operations tracer from compile() interface
This commit is contained in:
+1
-2
@@ -140,8 +140,7 @@ interface CompileService : Remote {
|
||||
targetPlatform: TargetPlatform,
|
||||
compilerArguments: CommonCompilerArguments,
|
||||
additionalCompilerArguments: AdditionalCompilerArguments,
|
||||
servicesFacade: CompilerServicesFacadeBase,
|
||||
operationsTracer: RemoteOperationsTracer?
|
||||
servicesFacade: CompilerServicesFacadeBase
|
||||
): CallResult<Int>
|
||||
|
||||
@Throws(RemoteException::class)
|
||||
|
||||
Reference in New Issue
Block a user