summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authorS.H <gamelinks007@gmail.com>2021-10-04 08:21:40 +0900
committerGitHub <noreply@github.com>2021-10-04 08:21:40 +0900
commite54d1e99e96fd2bbf6154f7eb2928b1e2d63596e (patch)
treece30d7001c6a0a7e84824b5c5a6c98ea4ca621fb /gc.c
parent3f5b52bfda3dff7d7ec0cc1909428c45d26b0d72 (diff)
Move rb_ractor_p definition
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4422 Merged-By: nobu <nobu@ruby-lang.org>
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gc.c b/gc.c
index 76a5df27a6..fdd4ac5eb3 100644
--- a/gc.c
+++ b/gc.c
@@ -13068,8 +13068,6 @@ rb_raw_iseq_info(char *buff, const int buff_size, const rb_iseq_t *iseq)
}
}
-bool rb_ractor_p(VALUE rv);
-
static int
str_len_no_raise(VALUE str)
{