mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Merge pull request #1371 from Microsoft/nullref_with_hotswapping
Remove redundant initialization code from the constructor of SyntaxTreeCache
This commit is contained in:
@@ -1649,7 +1649,6 @@ module ts {
|
||||
private currentSourceFile: SourceFile = null;
|
||||
|
||||
constructor(private host: LanguageServiceHost) {
|
||||
this.hostCache = new HostCache(host);
|
||||
}
|
||||
|
||||
private initialize(filename: string) {
|
||||
|
||||
Reference in New Issue
Block a user