Skip to content

Commit fc47fc3

Browse files
committed
Merge pull request microsoft#1371 from Microsoft/nullref_with_hotswapping
Remove redundant initialization code from the constructor of SyntaxTreeCache
2 parents 306b4a2 + 658ff24 commit fc47fc3

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)