diff options
Diffstat (limited to 'miasm2/ir/symbexec_types.py')
| -rw-r--r-- | miasm2/ir/symbexec_types.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/miasm2/ir/symbexec_types.py b/miasm2/ir/symbexec_types.py index 71e5d6fa..e4f37e3f 100644 --- a/miasm2/ir/symbexec_types.py +++ b/miasm2/ir/symbexec_types.py @@ -66,15 +66,11 @@ class SymbExecCType(SymbolicExecutionEngine): def __init__(self, ir_arch, symbols, chandler, - func_read=None, - func_write=None, sb_expr_simp=expr_simp): self.chandler = chandler super(SymbExecCType, self).__init__(ir_arch, {}, - func_read, - func_write, sb_expr_simp) self.symbols = dict(symbols) |