summaryrefslogtreecommitdiff
path: root/9psrv.c
diff options
context:
space:
mode:
Diffstat (limited to '9psrv.c')
-rw-r--r--9psrv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/9psrv.c b/9psrv.c
index 5b8cf82..489b33e 100644
--- a/9psrv.c
+++ b/9psrv.c
@@ -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)");