Skip to content

Commit 658ff24

Browse files
committed
drop redundant initialization code
1 parent 580e23e commit 658ff24

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/services/services.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,6 @@ module ts {
16491649
private currentSourceFile: SourceFile = null;
16501650

16511651
constructor(private host: LanguageServiceHost) {
1652-
this.hostCache = new HostCache(host);
16531652
}
16541653

16551654
private initialize(filename: string) {

0 commit comments

Comments
 (0)