diff options
Diffstat (limited to 'py/objmodule.h')
-rw-r--r-- | py/objmodule.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/py/objmodule.h b/py/objmodule.h index 63ae3c3bdf..9cc9a2f102 100644 --- a/py/objmodule.h +++ b/py/objmodule.h @@ -28,9 +28,6 @@ #include "py/obj.h" -// Place at the very end of a module's globals_table. -#define MP_MODULE_ATTR_DELEGATION_ENTRY(ptr) { MP_ROM_QSTR(MP_QSTRnull), MP_ROM_PTR(ptr) } - extern const mp_map_t mp_builtin_module_map; extern const mp_map_t mp_builtin_extensible_module_map; |