diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-18 15:10:44 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-18 15:10:44 -0600 |
commit | f24523d46c4da32870e3368f4e0caecafb19090f (patch) | |
tree | 09448e33d8c9d7a309bf9757c2b8e0ee73c5e144 /9psrv.c | |
parent | 4469398272d78adb81968178276180f16cc8e647 (diff) |
tidy, comments
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)"); |