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 /function.cpp | |
| parent | 5a2c02eea3ac4efe9d2ceca79764508370b8ae88 (diff) | |
Remove unsafe BNDeleteAutoVariable
Diffstat (limited to 'function.cpp')
| -rw-r--r-- | function.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/function.cpp b/function.cpp index 9ede9b67..45061a96 100644 --- a/function.cpp +++ b/function.cpp @@ -1169,12 +1169,6 @@ void Function::CreateUserVariable(const Variable& var, const Confidence<Ref<Type } -void Function::DeleteAutoVariable(const Variable& var) -{ - BNDeleteAutoVariable(m_object, &var); -} - - void Function::DeleteUserVariable(const Variable& var) { BNDeleteUserVariable(m_object, &var); |
