diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-03-19 23:20:57 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-03-19 23:20:57 (GMT) |
commit | e5bda7574625e43c2576b9457fc2bd89a79aa43d (patch) | |
tree | 7df25347eed96176e59a7813ea230a49bcf0dbe5 /plugins/pychrysa/format | |
parent | 94fd405bb0c2e6dfa43324b04a336ffb611c58ce (diff) |
Removed the useless STP_FUNCTION symbol type.
Diffstat (limited to 'plugins/pychrysa/format')
-rw-r--r-- | plugins/pychrysa/format/symbol.c | 1 |
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); |