Remove getDirectory from LanguageServiceShimHost

This commit is contained in:
Yui T 2014-09-10 10:19:49 -07:00
parent 7ab51c6e2b
commit 7b0662be9e
2 changed files with 0 additions and 10 deletions

View File

@ -180,14 +180,6 @@ module Harness.LanguageService {
throw new Error("No script with name '" + fileName + "'");
}
public getDefaultLibFilename(): string {
return undefined;
}
public getCurrentDirectory(): string {
return undefined;
}
//////////////////////////////////////////////////////////////////////
// ILogger implementation
//

View File

@ -417,8 +417,6 @@ module ts {
getScriptSnapshot(fileName: string): TypeScript.IScriptSnapshot;
getLocalizedDiagnosticMessages(): any;
getCancellationToken(): CancellationToken;
getDefaultLibFilename(): string;
getCurrentDirectory(): string;
}
//