internal.h: remove prototype for non-existent rb_divert_reserved_fd

I forgot to remove it 3 years ago in r51576

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2018-08-21 00:16:45 +00:00
parent aba0929a5a
commit 7e5423b8e7

View File

@ -1873,9 +1873,6 @@ void rb_mutex_allow_trap(VALUE self, int val);
VALUE rb_uninterruptible(VALUE (*b_proc)(ANYARGS), VALUE data); VALUE rb_uninterruptible(VALUE (*b_proc)(ANYARGS), VALUE data);
VALUE rb_mutex_owned_p(VALUE self); VALUE rb_mutex_owned_p(VALUE self);
/* thread_pthread.c, thread_win32.c */
int rb_divert_reserved_fd(int fd);
/* transcode.c */ /* transcode.c */
extern VALUE rb_cEncodingConverter; extern VALUE rb_cEncodingConverter;
#ifdef RUBY_ENCODING_H #ifdef RUBY_ENCODING_H