summaryrefslogtreecommitdiffstatshomepage
path: root/unix/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/main.c')
-rw-r--r--unix/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/unix/main.c b/unix/main.c
index 51a741841f..86d7e9eb4b 100644
--- a/unix/main.c
+++ b/unix/main.c
@@ -64,10 +64,6 @@ mp_uint_t mp_verbose_flag = 0;
long heap_size = 128*1024 * (sizeof(mp_uint_t) / 4);
#endif
-void microsocket_init();
-void time_init();
-void ffi_init();
-
#define FORCED_EXIT (0x100)
// returns standard error codes: 0 for success, 1 for all other errors
// if FORCED_EXIT bit is set then script raised SystemExit and the