summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/types.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/types.py b/python/types.py
index 42ed7ddd..a81cf5f0 100644
--- a/python/types.py
+++ b/python/types.py
@@ -185,10 +185,6 @@ class Symbol(object):
def auto(self):
return core.BNIsSymbolAutoDefined(self.handle)
- @auto.setter
- def auto(self, value):
- core.BNSetSymbolAutoDefined(self.handle, value)
-
def __repr__(self):
return "<%s: \"%s\" @ %#x>" % (self.type, self.full_name, self.address)