aboutsummaryrefslogtreecommitdiff
path: root/py/objmodule.h
diff options
context:
space:
mode:
authorDamien George2020-02-11 15:43:13 +1100
committerDamien George2020-02-11 15:43:13 +1100
commit7679e3be96f7e0996faa89678beaf423d7c25999 (patch)
tree764fab510d512ef6c1cf6f56cb76d3fe22a4c420 /py/objmodule.h
parent5a755ac30ad0636e17868e19e6d77b41d8be9ff5 (diff)
py/objmodule.h: Remove obsolete mp_builtin_module_weak_links_map decl.
It was made obsolete in d2384efa809953152c57cbda4c339dfbaa64cf29
Diffstat (limited to 'py/objmodule.h')
-rw-r--r--py/objmodule.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/objmodule.h b/py/objmodule.h
index 33a0ff07e..fde4fff34 100644
--- a/py/objmodule.h
+++ b/py/objmodule.h
@@ -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);