Skip to content

Commit 7079d04

Browse files
author
Andy Hanson
committed
Fix duplicate function error
1 parent d559f7f commit 7079d04

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/compiler/program.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -450,10 +450,6 @@ namespace ts {
450450
return commonSourceDirectory;
451451
}
452452

453-
function isSourceFileFromExternalLibrary(file: SourceFile): boolean {
454-
return !!sourceFilesFoundSearchingNodeModules[file.path];
455-
}
456-
457453
function getClassifiableNames() {
458454
if (!classifiableNames) {
459455
// Initialize a checker so that all our files are bound.

0 commit comments

Comments
 (0)