drop redundant initialization code

This commit is contained in:
Vladimir Matveev
2014-12-04 12:00:26 -08:00
parent 580e23e259
commit 658ff2498a

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) {