diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mpconfigport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index a5f32a0812..b5f1a45871 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() |