diff options
Diffstat (limited to 'plugins')
-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); |