summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/function.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/function.py b/python/function.py
index 1242c7e6..65aaac2d 100644
--- a/python/function.py
+++ b/python/function.py
@@ -881,9 +881,6 @@ class Variable(object):
self._name = value
else:
self._function.create_user_var(self, self._type, "")
- self._function.reanalyze()
- var = core.BNFromVariableIdentifier(self._identifier)
- self._name = core.BNGetVariableName(self._function.handle, var)
@property
def type(self):