summaryrefslogtreecommitdiff
path: root/shape.h
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-12-15 12:00:30 -0500
committerPeter Zhu <peter@peterzhu.ca>2022-12-15 12:00:30 -0500
commitf50aa19da63067c4b0de5964b6632df20202e71c (patch)
tree0c8167251eeffb1a6bf32f78a97acb06068bfb03 /shape.h
parent9c54466e299aa91af225bc2d92a3d7755730948f (diff)
downloadruby-f50aa19da63067c4b0de5964b6632df20202e71c.tar.gz
Revert "Fix Object Movement allocation in GC"
This reverts commit 9c54466e299aa91af225bc2d92a3d7755730948f. We're seeing crashes in Shopify CI after this commit.
Diffstat (limited to 'shape.h')
-rw-r--r--shape.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/shape.h b/shape.h
index 9a7d31c369..ddb870f5e7 100644
--- a/shape.h
+++ b/shape.h
@@ -178,8 +178,6 @@ rb_shape_t * rb_shape_alloc(ID edge_name, rb_shape_t * parent);
rb_shape_t * rb_shape_alloc_with_size_pool_index(ID edge_name, rb_shape_t * parent, uint8_t size_pool_index);
rb_shape_t * rb_shape_alloc_with_parent_id(ID edge_name, shape_id_t parent_id);
-rb_shape_t *rb_shape_traverse_from_new_root(rb_shape_t *initial_shape, rb_shape_t *orig_shape);
-
bool rb_shape_set_shape_id(VALUE obj, shape_id_t shape_id);
VALUE rb_obj_debug_shape(VALUE self, VALUE obj);