summaryrefslogtreecommitdiff
path: root/9psrv.c
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-18 15:10:44 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-18 15:10:44 -0600
commitf24523d46c4da32870e3368f4e0caecafb19090f (patch)
tree09448e33d8c9d7a309bf9757c2b8e0ee73c5e144 /9psrv.c
parent4469398272d78adb81968178276180f16cc8e647 (diff)
tidy, comments
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)");