From 9ef705a9ac75a6cbb2003f8cd0f2a4b39136c386 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Thu, 20 Jun 2024 14:04:31 -0600 Subject: [PATCH] vmray: remove old comments --- capa/features/extractors/vmray/extractor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/capa/features/extractors/vmray/extractor.py b/capa/features/extractors/vmray/extractor.py index 16607ac4..5ddb3714 100644 --- a/capa/features/extractors/vmray/extractor.py +++ b/capa/features/extractors/vmray/extractor.py @@ -86,7 +86,6 @@ class VMRayExtractor(DynamicFeatureExtractor): def extract_call_features( self, ph: ProcessHandle, th: ThreadHandle, ch: CallHandle ) -> Iterator[Tuple[Feature, Address]]: - # TODO (meh) yield from capa.features.extractors.vmray.call.extract_features(ph, th, ch) def get_call_name(self, ph, th, ch) -> str: