aboutsummaryrefslogtreecommitdiff
path: root/py/mpconfig.h
diff options
context:
space:
mode:
authorPaul Sokolovsky2016-01-01 14:19:26 +0200
committerPaul Sokolovsky2016-01-01 14:22:57 +0200
commit00ee84e1e139416e1069a87965065a8c66c8afa4 (patch)
tree50f60761e3ec0ba2fa3a117809fcc68c835613d3 /py/mpconfig.h
parent9bbfd5efd49df9e4d6d2dddec71ad2572430f43f (diff)
py: Clean up instantiation of dupterm object.
To comply with already established scheme for extmod's.
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r--py/mpconfig.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 08dd497c5..5e717ad0f 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -819,12 +819,6 @@ typedef double mp_float_t;
#define MICROPY_PORT_ROOT_POINTERS
#endif
-#if MICROPY_PY_OS_DUPTERM
-#define MP_ROOT_PTR_DUPTERM_OBJ mp_obj_t term_obj
-#else
-#define MP_ROOT_PTR_DUPTERM_OBJ
-#endif
-
/*****************************************************************************/
/* Miscellaneous settings */