mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
aba0929a5a
commit
7e5423b8e7
1 changed files with 0 additions and 3 deletions
|
@ -1873,9 +1873,6 @@ void rb_mutex_allow_trap(VALUE self, int val);
|
|||
VALUE rb_uninterruptible(VALUE (*b_proc)(ANYARGS), VALUE data);
|
||||
VALUE rb_mutex_owned_p(VALUE self);
|
||||
|
||||
/* thread_pthread.c, thread_win32.c */
|
||||
int rb_divert_reserved_fd(int fd);
|
||||
|
||||
/* transcode.c */
|
||||
extern VALUE rb_cEncodingConverter;
|
||||
#ifdef RUBY_ENCODING_H
|
||||
|
|
Loading…
Reference in a new issue