diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2024-07-08 09:06:45 -0400 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2024-07-08 09:06:45 -0400 |
| commit | e148db70ea663dae4e9f5bc42185ba94d2d82ee3 (patch) | |
| tree | 50334a03f3a3040668615fbde1655bf2360305b0 | |
| parent | 02c4f0c89db3689c5272f00c548ca3008120459b (diff) | |
Make rb_gc_impl_verify_internal_consistency static
The function is not used outside of this file.
| -rw-r--r-- | gc_impl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
