summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2024-07-08 09:06:45 -0400
committerPeter Zhu <peter@peterzhu.ca>2024-07-08 09:06:45 -0400
commite148db70ea663dae4e9f5bc42185ba94d2d82ee3 (patch)
tree50334a03f3a3040668615fbde1655bf2360305b0
parent02c4f0c89db3689c5272f00c548ca3008120459b (diff)
Make rb_gc_impl_verify_internal_consistency static
The function is not used outside of this file.
-rw-r--r--gc_impl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc_impl.c b/gc_impl.c
index 84e0b5df8d..4df8235181 100644
--- a/gc_impl.c
+++ b/gc_impl.c
@@ -5427,7 +5427,7 @@ gc_verify_internal_consistency_(rb_objspace_t *objspace)
gc_report(5, objspace, "gc_verify_internal_consistency: OK\n");
}
-void
+static void
rb_gc_impl_verify_internal_consistency(void *objspace_ptr)
{
rb_objspace_t *objspace = objspace_ptr;