File tree 2 files changed +0
-8
lines changed
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1649,11 +1649,6 @@ typedef double mp_float_t;
1649
1649
#define MICROPY_PORT_EXTRA_BUILTINS
1650
1650
#endif
1651
1651
1652
- // Additional builtin module definitions - see objmodule.c:mp_builtin_module_table for format.
1653
- #ifndef MICROPY_PORT_BUILTIN_MODULES
1654
- #define MICROPY_PORT_BUILTIN_MODULES
1655
- #endif
1656
-
1657
1652
// Additional constant definitions for the compiler - see compile.c:mp_constants_table.
1658
1653
#ifndef MICROPY_PORT_CONSTANTS
1659
1654
#define MICROPY_PORT_CONSTANTS
Original file line number Diff line number Diff line change @@ -161,9 +161,6 @@ mp_obj_t mp_obj_new_module(qstr module_name) {
161
161
// Global module table and related functions
162
162
163
163
STATIC const mp_rom_map_elem_t mp_builtin_module_table [] = {
164
- // extra builtin modules as defined by a port
165
- MICROPY_PORT_BUILTIN_MODULES
166
-
167
164
#ifdef MICROPY_REGISTERED_MODULES
168
165
// builtin modules declared with MP_REGISTER_MODULE()
169
166
MICROPY_REGISTERED_MODULES
You can’t perform that action at this time.
0 commit comments