summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/arch/module.c')
-rw-r--r--plugins/pychrysalide/arch/module.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/pychrysalide/arch/module.c b/plugins/pychrysalide/arch/module.c
index 9c10965..406b78c 100644
--- a/plugins/pychrysalide/arch/module.c
+++ b/plugins/pychrysalide/arch/module.c
@@ -87,10 +87,6 @@ static bool py_base_define_constants(PyTypeObject *obj_type)
result &= PyDict_AddIntMacro(obj_type, MDS_32_BITS);
result &= PyDict_AddIntMacro(obj_type, MDS_64_BITS);
- result &= PyDict_AddIntMacro(obj_type, ASX_INTEL);
- result &= PyDict_AddIntMacro(obj_type, ASX_ATT);
- result &= PyDict_AddIntMacro(obj_type, ASX_COUNT);
-
return result;
}