提交 74e689f5 编写于 作者: J Johannes Rieken

debt - remove unused setThreadService method from NullLifecycleService

上级 41524b02
......@@ -6,7 +6,6 @@
import Event, {Emitter} from 'vs/base/common/event';
import {ILifecycleService, IBeforeShutdownParticipant} from 'vs/platform/lifecycle/common/lifecycle';
import {IThreadService} from 'vs/platform/thread/common/thread';
class NullLifecycleService implements ILifecycleService {
......@@ -20,10 +19,6 @@ class NullLifecycleService implements ILifecycleService {
public get onShutdown(): Event<any> {
return this._onShutdown.event;
}
public setThreadService(service: IThreadService): void {
}
}
export const Instance: ILifecycleService = new NullLifecycleService();
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册