Skip to content

Commit

Permalink
Update capa/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Willi Ballenthin <[email protected]>
  • Loading branch information
yelhamer and williballenthin authored Sep 4, 2023
1 parent 9ec1bf3 commit 99caa87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion capa/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,6 @@ def compute_static_layout(rules, extractor: StaticFeatureExtractor, capabilities
otherwise, we may pollute the json document with
a large amount of un-referenced data.
"""
assert isinstance(extractor, StaticFeatureExtractor)
functions_by_bb: Dict[Address, Address] = {}
bbs_by_function: Dict[Address, List[Address]] = {}
for f in extractor.get_functions():
Expand Down

0 comments on commit 99caa87

Please sign in to comment.