summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
Diffstat (limited to 'py')
-rw-r--r--py/mpconfig.h5
-rw-r--r--py/mpstate.h3
2 files changed, 0 insertions, 8 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index adaa3ec1f..ee0123be3 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -1659,11 +1659,6 @@ typedef double mp_float_t;
#define MICROPY_PORT_CONSTANTS
#endif
-// Any root pointers for GC scanning - see mpstate.c
-#ifndef MICROPY_PORT_ROOT_POINTERS
-#define MICROPY_PORT_ROOT_POINTERS
-#endif
-
/*****************************************************************************/
/* Hooks for a port to wrap functions with attributes */
diff --git a/py/mpstate.h b/py/mpstate.h
index 07a4f3860..b51e72cd8 100644
--- a/py/mpstate.h
+++ b/py/mpstate.h
@@ -189,9 +189,6 @@ typedef struct _mp_state_vm_t {
mp_obj_t track_reloc_code_list;
#endif
- // include any root pointers defined by a port
- MICROPY_PORT_ROOT_POINTERS
-
// Include any root pointers registered with MP_REGISTER_ROOT_POINTER().
#ifndef NO_QSTR
// Only include root pointer definitions when not doing qstr extraction, because