We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28fb76e + 025918c commit e3e0146Copy full SHA for e3e0146
src/core/net.c
@@ -713,7 +713,6 @@ static const JanetMethod net_stream_methods[] = {
713
{"accept-loop", cfun_stream_accept_loop},
714
{"send-to", cfun_stream_send_to},
715
{"recv-from", cfun_stream_recv_from},
716
- {"recv-from", cfun_stream_recv_from},
717
{"evread", janet_cfun_stream_read},
718
{"evchunk", janet_cfun_stream_chunk},
719
{"evwrite", janet_cfun_stream_write},
0 commit comments