Skip to content

Commit 35f0168

Browse files
committed
Remove redundant forward declarations
These were needed before prototype declarations were used.
1 parent f59d1d1 commit 35f0168

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ext/io/wait/wait.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
#endif
4242

4343
#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-
4944
static struct timeval *
5045
get_timeout(int argc, VALUE *argv, struct timeval *timerec)
5146
{

0 commit comments

Comments
 (0)