diff options
| author | Peter LaFosse <peter@vector35.com> | 2021-09-30 14:48:31 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2021-09-30 14:48:31 -0400 |
| commit | ec89fc8cac606bc1b4ea746699fa8cc2a0a57769 (patch) | |
| tree | b2ef5de0b9654918a6f19ade08f50cd158ca47d2 /python/function.py | |
| parent | 5a2c02eea3ac4efe9d2ceca79764508370b8ae88 (diff) | |
Remove unsafe BNDeleteAutoVariable
Diffstat (limited to 'python/function.py')
| -rw-r--r-- | python/function.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/function.py b/python/function.py index c1d793fc..a43fe89d 100644 --- a/python/function.py +++ b/python/function.py @@ -2495,9 +2495,6 @@ class Function: tc = var_type._to_core_struct() core.BNCreateUserVariable(self.handle, var.to_BNVariable(), tc, name, ignore_disjoint_uses) - def delete_auto_var(self, var:'variable.Variable') -> None: - core.BNDeleteAutoVariable(self.handle, var.to_BNVariable()) - def delete_user_var(self, var:'variable.Variable') -> None: core.BNDeleteUserVariable(self.handle, var.to_BNVariable()) |
