8000 py/mpextern: Remove init declaration for external modules. · lapsule/micropython@2e51634 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e51634

Browse files
committed
py/mpextern: Remove init declaration for external modules.
It's too generic (clashes with other symbols) and not really needed.
1 parent 7ece905 commit 2e51634

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

py/mpextern.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,4 @@ void mp_extern_load(const char *ext_name, mp_obj_dict_t *globals);
7777
// to be implemented per-port
7878
const byte *mp_extern_load_binary(const char *ext_name);
7979

80-
// entry point for the extern binary
81-
void init(const mp_ext_table_t *et);
82-
8380
#endif // __MICROPY_INCLUDED_PY_MPEXTERN_H__

0 commit comments

Comments
 (0)
0