Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit a56f6da

Browse files
committed
Remove dead code
1 parent 97342cc commit a56f6da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/project-manager.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -707,13 +707,6 @@ export class ProjectConfiguration {
707707

708708
private service?: ts.LanguageService;
709709

710-
// program is "a collection of SourceFiles and a set of
711-
// compilation options that represent a compilation unit. The
712-
// program is the main entry point to the type system and code
713-
// generation."
714-
// (https://github.com/Microsoft/TypeScript-wiki/blob/master/Architectural-Overview.md#data-structures)
715-
private program?: ts.Program;
716-
717710
/**
718711
* Object TS service will use to fetch content of source files
719712
*/
@@ -783,7 +776,6 @@ export class ProjectConfiguration {
783776
this.ensuredBasicFiles = false;
784777
this.ensuredAllFiles = false;
785778
this.service = undefined;
786-
this.program = undefined;
787779
this.host = undefined;
788780
}
789781

0 commit comments

Comments
 (0)