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