mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 17:05:58 -05:00
drop redundant initialization code
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