ext/polyphony/polyphony_ext.c in polyphony-0.43 vs ext/polyphony/polyphony_ext.c in polyphony-0.43.1

- old
+ new

@@ -2,11 +2,10 @@ void Init_Fiber(); void Init_Polyphony(); void Init_LibevAgent(); void Init_LibevQueue(); -void Init_Socket(); void Init_Thread(); void Init_Tracing(); void Init_polyphony_ext() { ev_set_allocator(xrealloc); @@ -14,10 +13,9 @@ Init_Polyphony(); Init_LibevAgent(); Init_LibevQueue(); Init_Fiber(); - Init_Socket(); Init_Thread(); Init_Tracing(); } \ No newline at end of file