Skip to content

Commit 26fbb98

Browse files
author
Yui T
committed
Remove getCurrentDirectory and getDefaultLibFilename from LanguageServiceShimHost
1 parent bf7e7b6 commit 26fbb98

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/services/shims.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ module ts {
5353
getScriptSnapshot(fileName: string): ScriptSnapshotShim;
5454
getLocalizedDiagnosticMessages(): string;
5555
getCancellationToken(): CancellationToken;
56-
getDefaultLibFilename(): string;
57-
getCurrentDirectory(): string;
5856
}
5957

6058
//
@@ -367,14 +365,6 @@ module ts {
367365
public getCancellationToken(): CancellationToken {
368366
return this.shimHost.getCancellationToken();
369367
}
370-
371-
getDefaultLibFilename(): string {
372-
return this.shimHost.getDefaultLibFilename();
373-
}
374-
375-
getCurrentDirectory(): string {
376-
return this.shimHost.getCurrentDirectory();
377-
}
378368
}
379369

380370
function simpleForwardCall(logger: Logger, actionDescription: string, action: () => any): any {

0 commit comments

Comments
 (0)