unix modsocket: Convert to static module structures.

This commit is contained in:
Paul Sokolovsky
2014-04-17 20:34:04 +03:00
parent 59a2f4828d
commit e1e4249a67
4 changed files with 60 additions and 37 deletions

View File

@@ -357,7 +357,6 @@ int main(int argc, char **argv) {
mp_store_name(qstr_from_str("gc"), (mp_obj_t)&pyb_gc_obj);
#endif
microsocket_init();
#if MICROPY_MOD_FFI
ffi_init();
#endif