main: remove old code

This commit is contained in:
William Ballenthin
2021-04-27 13:12:39 -06:00
parent 7373437317
commit 1a99ff8ccb

View File

@@ -140,7 +140,6 @@ def find_capabilities(ruleset, extractor, disable_progress=None):
functions = list(extractor.get_functions())
for f in pbar(functions, desc="matching", unit=" functions"):
#from IPython import embed; embed()
function_address = int(f)
if extractor.is_library_function(function_address):