diff options
| author | Glenn Smith <glenn@vector35.com> | 2020-08-26 17:40:44 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2020-08-26 17:40:58 -0400 |
| commit | 2be15b6aaff6ba8f31718b5d0e5b72f1edd50111 (patch) | |
| tree | 56af33e49ab4a9ba7bea24eb04bdf5a88f9610da /python/function.py | |
| parent | 50b9d45f068c38812ccf0a081836fe21ac8326c6 (diff) | |
Don't trigger reanalysis in variable name updates
Plugins should trigger the analysis themselves and update their variable objects after
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 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): |
