From 7079d0450e9cae09d2845e310b0efe5fe65a99a4 Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Wed, 9 Nov 2016 09:12:43 -0800 Subject: [PATCH] Fix duplicate function error --- src/compiler/program.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/compiler/program.ts b/src/compiler/program.ts index 7829bfcfb78..71c79585f66 100644 --- a/src/compiler/program.ts +++ b/src/compiler/program.ts @@ -450,10 +450,6 @@ namespace ts { return commonSourceDirectory; } - function isSourceFileFromExternalLibrary(file: SourceFile): boolean { - return !!sourceFilesFoundSearchingNodeModules[file.path]; - } - function getClassifiableNames() { if (!classifiableNames) { // Initialize a checker so that all our files are bound.