summaryrefslogtreecommitdiff
path: root/ext/io
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-06-21 12:08:48 +0900
committergit <svn-admin@ruby-lang.org>2022-06-21 12:13:47 +0900
commita0b24f592614262c08a3a4cb07cf0c847389d0a3 (patch)
treeba54a82b12f73c8565b4c54bedf0c50fd4fce7f9 /ext/io
parentf44547c99913093b397e15a0240b7bce3f7c53ca (diff)
[ruby/io-wait] Remove redundant forward declarations
These were needed before prototype declarations were used. https://github.com/ruby/io-wait/commit/35f016833a
Diffstat (limited to 'ext/io')
-rw-r--r--ext/io/wait/wait.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/io/wait/wait.c b/ext/io/wait/wait.c
index 568c7b54a8..7fb0a4a1e6 100644
--- a/ext/io/wait/wait.c
+++ b/ext/io/wait/wait.c
@@ -41,11 +41,6 @@
#endif
#ifndef HAVE_RB_IO_WAIT
-static VALUE io_ready_p _((VALUE io));
-static VALUE io_wait_readable _((int argc, VALUE *argv, VALUE io));
-static VALUE io_wait_writable _((int argc, VALUE *argv, VALUE io));
-void Init_wait _((void));
-
static struct timeval *
get_timeout(int argc, VALUE *argv, struct timeval *timerec)
{