Make rb_gc_impl_verify_internal_consistency static

The function is not used outside of this file.
This commit is contained in:
Peter Zhu 2024-07-08 09:06:45 -04:00
parent 02c4f0c89d
commit e148db70ea

View File

@ -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;