mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-26 18:06:43 +01:00
Remove thread attribute usage from markerService
This commit is contained in:
@@ -119,10 +119,6 @@ export abstract class AbstractThreadService implements remote.IManyHandler {
|
||||
return instance;
|
||||
}
|
||||
|
||||
registerInstance<T extends IThreadSynchronizableObject<any>>(instance: T): void {
|
||||
this._finishInstance(instance);
|
||||
}
|
||||
|
||||
public handle(rpcId: string, methodName: string, args: any[]): any {
|
||||
if (!this._localObjMap[rpcId]) {
|
||||
throw new Error('Unknown actor ' + rpcId);
|
||||
|
||||
Reference in New Issue
Block a user