unix modtime: Convert to static module structures.

This commit is contained in:
Paul Sokolovsky
2014-04-17 18:28:38 +03:00
parent de8292202e
commit eb2fc9787a
4 changed files with 31 additions and 9 deletions

View File

@@ -357,9 +357,6 @@ int main(int argc, char **argv) {
#endif
microsocket_init();
#if MICROPY_MOD_TIME
time_init();
#endif
#if MICROPY_MOD_FFI
ffi_init();
#endif