debt - remove unused code

This commit is contained in:
Johannes Rieken
2016-04-22 10:48:37 +02:00
parent c67948e572
commit 323d5ea3a1
2 changed files with 4 additions and 6 deletions

View File

@@ -144,7 +144,7 @@ export class ExtHostAPIImplementation {
const extHostCommands = this._threadService.getRemotable(ExtHostCommands);
const extHostEditors = this._threadService.getRemotable(ExtHostEditors);
const extHostMessageService = new ExtHostMessageService(this._threadService, this.commands);
const extHostMessageService = new ExtHostMessageService(this._threadService);
const extHostQuickOpen = this._threadService.getRemotable(ExtHostQuickOpen);
const extHostStatusBar = new ExtHostStatusBar(this._threadService);
const extHostOutputService = new ExtHostOutputService(this._threadService);