diff options
Diffstat (limited to 'ext/thread/thread.c')
-rw-r--r-- | ext/thread/thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/thread/thread.c b/ext/thread/thread.c index ca385ce02e..c4046aa7c5 100644 --- a/ext/thread/thread.c +++ b/ext/thread/thread.c @@ -252,7 +252,6 @@ wake_all(List *list) return Qnil; } -extern int rb_thread_join _((VALUE thread, double limit)); #define DELAY_INFTY 1E30 static VALUE |