unix modffi: Convert to static module structures.

This commit is contained in:
Paul Sokolovsky
2014-04-18 00:00:15 +03:00
parent de7c425139
commit 4abaa1b12b
4 changed files with 28 additions and 11 deletions

View File

@@ -357,10 +357,6 @@ int main(int argc, char **argv) {
mp_store_name(qstr_from_str("gc"), (mp_obj_t)&pyb_gc_obj);
#endif
#if MICROPY_MOD_FFI
ffi_init();
#endif
// Here is some example code to create a class and instance of that class.
// First is the Python, then the C code.
//