Skip to content

Commit 025918c

Browse files
author
sogaiu
committed
Remove duplicate of method recv-from
1 parent 2a7041e commit 025918c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/net.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,6 @@ static const JanetMethod net_stream_methods[] = {
713713
{"accept-loop", cfun_stream_accept_loop},
714714
{"send-to", cfun_stream_send_to},
715715
{"recv-from", cfun_stream_recv_from},
716-
{"recv-from", cfun_stream_recv_from},
717716
{"evread", janet_cfun_stream_read},
718717
{"evchunk", janet_cfun_stream_chunk},
719718
{"evwrite", janet_cfun_stream_write},

0 commit comments

Comments
 (0)