diff options
Diffstat (limited to 'unix/main.c')
-rw-r--r-- | unix/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/main.c b/unix/main.c index eb1ff7e89d..da618d566b 100644 --- a/unix/main.c +++ b/unix/main.c @@ -401,10 +401,8 @@ int main(int argc, char **argv) { mp_init(); - #ifndef _WIN32 // create keyboard interrupt object MP_STATE_VM(keyboard_interrupt_obj) = mp_obj_new_exception(&mp_type_KeyboardInterrupt); - #endif char *home = getenv("HOME"); char *path = getenv("MICROPYPATH"); |