mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 13:40:31 +01:00
py/objmodule.h: Remove obsolete mp_builtin_module_weak_links_map decl.
It was made obsolete in d2384efa80
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
#include "py/obj.h"
|
||||
|
||||
extern const mp_map_t mp_builtin_module_map;
|
||||
extern const mp_map_t mp_builtin_module_weak_links_map;
|
||||
|
||||
mp_obj_t mp_module_get(qstr module_name);
|
||||
void mp_module_register(qstr qstr, mp_obj_t module);
|
||||
|
||||
Reference in New Issue
Block a user