summaryrefslogtreecommitdiff
path: root/internal/gc.h
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2024-02-26 11:13:23 -0500
committerPeter Zhu <[email protected]>2024-02-26 14:34:24 -0500
commitc9b6cd4223ec21e8eea65babd2543c6fbca57890 (patch)
treec946eece478707c5c0eae3e09cf7a13f9845fe6c /internal/gc.h
parent34bad6d69f7a7fa10a4e5aa48a6895afc9aebf1e (diff)
Remove unused rb_objspace_each_objects_without_setup
Diffstat (limited to 'internal/gc.h')
-rw-r--r--internal/gc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/gc.h b/internal/gc.h
index 89f566cf8d..a74ad52782 100644
--- a/internal/gc.h
+++ b/internal/gc.h
@@ -271,10 +271,6 @@ void rb_objspace_each_objects(
int (*callback)(void *start, void *end, size_t stride, void *data),
void *data);
-void rb_objspace_each_objects_without_setup(
- int (*callback)(void *, void *, size_t, void *),
- void *data);
-
size_t rb_gc_obj_slot_size(VALUE obj);
VALUE rb_gc_disable_no_rest(void);