From 2be15b6aaff6ba8f31718b5d0e5b72f1edd50111 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 26 Aug 2020 17:40:44 -0400 Subject: Don't trigger reanalysis in variable name updates Plugins should trigger the analysis themselves and update their variable objects after --- python/function.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'python') 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): -- cgit v1.3.1