Skip to content

Commit 95a418a

Browse files
committed
JS: Remove call to shouldExtract
It always returns true nowadays.
1 parent 8defd27 commit 95a418a

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)