diff --git a/capa/features/extractors/dnfile/extractor.py b/capa/features/extractors/dnfile/extractor.py index 39a2deb5..6dcad268 100644 --- a/capa/features/extractors/dnfile/extractor.py +++ b/capa/features/extractors/dnfile/extractor.py @@ -222,7 +222,6 @@ class DnfileFeatureExtractor(FeatureExtractor): ) def extract_basic_block_features(self, fh, bbh): - # we don't support basic block features yield from capa.features.extractors.dnfile.basicblock.extract_features(fh, bbh) def get_instructions(self, fh, bbh):