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.
1 parent f59d1d1 commit 35f0168Copy full SHA for 35f0168
ext/io/wait/wait.c
@@ -41,11 +41,6 @@
41
#endif
42
43
#ifndef HAVE_RB_IO_WAIT
44
-static VALUE io_ready_p _((VALUE io));
45
-static VALUE io_wait_readable _((int argc, VALUE *argv, VALUE io));
46
-static VALUE io_wait_writable _((int argc, VALUE *argv, VALUE io));
47
-void Init_wait _((void));
48
-
49
static struct timeval *
50
get_timeout(int argc, VALUE *argv, struct timeval *timerec)
51
{
0 commit comments