aboutsummaryrefslogtreecommitdiff
path: root/unix/mpconfigport.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 /unix/mpconfigport.h
parent9bbfd5efd49df9e4d6d2dddec71ad2572430f43f (diff)
py: Clean up instantiation of dupterm object.
To comply with already established scheme for extmod's.
Diffstat (limited to 'unix/mpconfigport.h')
-rw-r--r--unix/mpconfigport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index a5f32a081..b5f1a4587 100644
--- a/unix/mpconfigport.h
+++ b/unix/mpconfigport.h
@@ -253,7 +253,6 @@ void mp_hal_dupterm_tx_strn(const char *str, size_t len);
#define MICROPY_PORT_ROOT_POINTERS \
const char *readline_hist[50]; \
mp_obj_t keyboard_interrupt_obj; \
- MP_ROOT_PTR_DUPTERM_OBJ; \
void *mmap_region_head; \
// We need to provide a declaration/definition of alloca()