Skip to content

Commit 7df4558

Browse files
committed
esp8266: Remove unused entry in port root pointers.
1 parent 806c07c commit 7df4558

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

esp8266/mpconfigport.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ extern const struct _mp_obj_module_t onewire_module;
180180

181181
#define MICROPY_PORT_ROOT_POINTERS \
182182
const char *readline_hist[8]; \
183-
vstr_t *repl_line; \
184183
mp_obj_t pin_irq_handler[16]; \
185184

186185
// We need to provide a declaration/definition of alloca()

0 commit comments

Comments
 (0)