summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-19 23:20:57 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-19 23:20:57 (GMT)
commite5bda7574625e43c2576b9457fc2bd89a79aa43d (patch)
tree7df25347eed96176e59a7813ea230a49bcf0dbe5 /plugins
parent94fd405bb0c2e6dfa43324b04a336ffb611c58ce (diff)
Removed the useless STP_FUNCTION symbol type.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/pychrysa/format/symbol.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/pychrysa/format/symbol.c b/plugins/pychrysa/format/symbol.c
index 101b694..53fb9c9 100644
--- a/plugins/pychrysa/format/symbol.c
+++ b/plugins/pychrysa/format/symbol.c
@@ -584,7 +584,6 @@ static bool py_binary_symbol_define_constants(PyTypeObject *obj_type)
result &= PyDict_AddIntMacro(obj_type, STP_ROUTINE);
result &= PyDict_AddIntMacro(obj_type, STP_CODE_LABEL);
result &= PyDict_AddIntMacro(obj_type, STP_OBJECT);
- result &= PyDict_AddIntMacro(obj_type, STP_FUNCTION);
result &= PyDict_AddIntMacro(obj_type, STP_ENTRY_POINT);
result &= PyDict_AddIntMacro(obj_type, STP_STRING);
result &= PyDict_AddIntMacro(obj_type, STP_RO_STRING);