summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-21 00:16:45 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-21 00:16:45 +0000
commit7e5423b8e79f802229ca50df6edb53b05082335b (patch)
tree81b1abf14c19b1678243c919693b3d6bc17f9480 /internal.h
parentaba0929a5ab10af0388a0528ec453ab29e6625c3 (diff)
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
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal.h b/internal.h
index fbac11fe9e..20df1453e2 100644
--- a/internal.h
+++ b/internal.h
@@ -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