Make rb_gc_impl_verify_internal_consistency static
The function is not used outside of this file.
This commit is contained in:
parent
02c4f0c89d
commit
e148db70ea
@ -5427,7 +5427,7 @@ gc_verify_internal_consistency_(rb_objspace_t *objspace)
|
|||||||
gc_report(5, objspace, "gc_verify_internal_consistency: OK\n");
|
gc_report(5, objspace, "gc_verify_internal_consistency: OK\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
rb_gc_impl_verify_internal_consistency(void *objspace_ptr)
|
rb_gc_impl_verify_internal_consistency(void *objspace_ptr)
|
||||||
{
|
{
|
||||||
rb_objspace_t *objspace = objspace_ptr;
|
rb_objspace_t *objspace = objspace_ptr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user