From b2850ee4675b72de368d11b0c1443b8139043f09 Mon Sep 17 00:00:00 2001 From: Klaus Meinhardt Date: Thu, 30 Aug 2018 22:13:39 +0200 Subject: [PATCH] remove useless condition --- src/compiler/program.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compiler/program.ts b/src/compiler/program.ts index 56300a03f67..2bbf17e6098 100644 --- a/src/compiler/program.ts +++ b/src/compiler/program.ts @@ -1259,8 +1259,6 @@ namespace ts { } function getProjectReferences() { - if (!resolvedProjectReferences) return; - return resolvedProjectReferences; }