summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index 15a5ff826b..102b15d156 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -908,10 +908,6 @@ reserve_stack(volatile char *limit, size_t size)
#endif
#undef ruby_init_stack
-/* Set stack bottom of Ruby implementation.
- *
- * You must call this function before any heap allocation by Ruby implementation.
- * Or GC will break living objects */
void
ruby_init_stack(volatile VALUE *addr)
{