mirror of
https://github.com/cea-sec/miasm
synced 2026-06-21 13:48:18 +00:00
Remove unecessary assert
This commit is contained in:
@@ -222,7 +222,6 @@ class DSEGenFile(DSEPathConstraint):
|
||||
|
||||
def handle_solution(self, model, destination):
|
||||
global todo, done
|
||||
assert destination.is_int()
|
||||
|
||||
if destination in done:
|
||||
# Skip this path, already treated
|
||||
|
||||
Reference in New Issue
Block a user