Skip to content

Commit 1c0c51f

Browse files
authored
Merge pull request #16904 from igfoo/igfoo/shouldExtract
JS: Remove call to shouldExtract
2 parents d675304 + 95a418a commit 1c0c51f

File tree

1 file changed

+0
-1
lines changed
  • javascript/extractor/src/com/semmle/js/extractor

1 file changed

+0
-1
lines changed

javascript/extractor/src/com/semmle/js/extractor/Main.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@ private void collectFiles(File root, boolean explicit) {
527527
// extract files that are supported, match the layout (if any), pass the includeMatcher,
528528
// and do not pass the excludeMatcher
529529
if (fileExtractor.supports(root)
530-
&& extractorOutputConfig.shouldExtract(root)
531530
&& (explicit || includeMatcher.matches(path) && !excludeMatcher.matches(path))) {
532531
files.add(normalizeFile(root));
533532
}

0 commit comments

Comments
 (0)