mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-26 01:38:40 +01:00
Remove thread attribute usage from markerService
This commit is contained in:
@@ -21,10 +21,6 @@ export class PluginHostThreadService extends abstractThreadService.AbstractThrea
|
||||
this._remoteCom.setManyHandler(this);
|
||||
}
|
||||
|
||||
MainThread(obj: IThreadSynchronizableObject<any>, methodName: string, target: Function, params: any[]): TPromise<any> {
|
||||
return target.apply(obj, params);
|
||||
}
|
||||
|
||||
OneWorker(obj: IThreadSynchronizableObject<any>, methodName: string, target: Function, params: any[], affinity: ThreadAffinity): TPromise<any> {
|
||||
return TPromise.as(null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user