File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ module ts {
53
53
getScriptSnapshot ( fileName : string ) : ScriptSnapshotShim ;
54
54
getLocalizedDiagnosticMessages ( ) : string ;
55
55
getCancellationToken ( ) : CancellationToken ;
56
- getDefaultLibFilename ( ) : string ;
57
- getCurrentDirectory ( ) : string ;
58
56
}
59
57
60
58
//
@@ -367,14 +365,6 @@ module ts {
367
365
public getCancellationToken ( ) : CancellationToken {
368
366
return this . shimHost . getCancellationToken ( ) ;
369
367
}
370
-
371
- getDefaultLibFilename ( ) : string {
372
- return this . shimHost . getDefaultLibFilename ( ) ;
373
- }
374
-
375
- getCurrentDirectory ( ) : string {
376
- return this . shimHost . getCurrentDirectory ( ) ;
377
- }
378
368
}
379
369
380
370
function simpleForwardCall ( logger : Logger , actionDescription : string , action : ( ) => any ) : any {
You can’t perform that action at this time.
0 commit comments