Merge pull request #1371 from Microsoft/nullref_with_hotswapping

Remove redundant initialization code from the constructor of SyntaxTreeCache
This commit is contained in:
Vladimir Matveev 2014-12-04 13:13:08 -08:00
commit fc47fc31be

View File

@ -1649,7 +1649,6 @@ module ts {
private currentSourceFile: SourceFile = null;
constructor(private host: LanguageServiceHost) {
this.hostCache = new HostCache(host);
}
private initialize(filename: string) {