diff options
Diffstat (limited to '9psrv.c')
-rw-r--r-- | 9psrv.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,8 +4,6 @@ #include "net9p.h" int main() { - coroutine_init(); - if (!coroutine_add(net9p_listen_cr, NULL)) error(1, 0, "coroutine_add(net9p_listen_cr, NULL)"); |