summaryrefslogtreecommitdiff
path: root/transient_heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'transient_heap.h')
-rw-r--r--transient_heap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/transient_heap.h b/transient_heap.h
index 4ac52aad07..6c6141f71a 100644
--- a/transient_heap.h
+++ b/transient_heap.h
@@ -42,7 +42,6 @@ int rb_transient_heap_managed_ptr_p(const void *ptr);
/* evacuate functions for each type */
void rb_ary_transient_heap_evacuate(VALUE ary, int promote);
void rb_obj_transient_heap_evacuate(VALUE obj, int promote);
-void rb_hash_transient_heap_evacuate(VALUE hash, int promote);
void rb_struct_transient_heap_evacuate(VALUE st, int promote);
#else /* USE_TRANSIENT_HEAP */
@@ -58,7 +57,6 @@ void rb_struct_transient_heap_evacuate(VALUE st, int promote);
#define rb_ary_transient_heap_evacuate(x, y) ((void)0)
#define rb_obj_transient_heap_evacuate(x, y) ((void)0)
-#define rb_hash_transient_heap_evacuate(x, y) ((void)0)
#define rb_struct_transient_heap_evacuate(x, y) ((void)0)
#endif /* USE_TRANSIENT_HEAP */