diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-18 00:00:15 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-18 00:05:27 +0300 |
commit | 4abaa1b12b81cfe2fb45d5b2fa36a282c15c328d (patch) | |
tree | 76c19b0f929fb449d11751da9dd8e6c110bc98b0 /unix/main.c | |
parent | de7c425139c92745280b62f7ebb756def96d072a (diff) |
unix modffi: Convert to static module structures.
Diffstat (limited to 'unix/main.c')
-rw-r--r-- | unix/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unix/main.c b/unix/main.c index fd3419a1c..940fe48c1 100644 --- a/unix/main.c +++ b/unix/main.c @@ -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. // |