diff --git a/packages/compiler-cli/ngcc/src/main.ts b/packages/compiler-cli/ngcc/src/main.ts index 8e9ba252fe..c925df35aa 100644 --- a/packages/compiler-cli/ngcc/src/main.ts +++ b/packages/compiler-cli/ngcc/src/main.ts @@ -125,8 +125,6 @@ export type AsyncNgccOptions = Omit& {async: true}; */ export type NgccOptions = AsyncNgccOptions | SyncNgccOptions; -const EMPTY_GRAPH = new DepGraph(); - /** * This is the main entry-point into ngcc (aNGular Compatibility Compiler). *