summaryrefslogtreecommitdiff
path: root/function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'function.cpp')
-rw-r--r--function.cpp6
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);