summaryrefslogtreecommitdiff
path: root/shape.c
diff options
context:
space:
mode:
-rw-r--r--shape.c6
1 files changed, 3 insertions, 3 deletions
@@ -742,11 +742,11 @@ shape_transition_too_complex(rb_shape_t *original_shape)
return next_shape;
}
-rb_shape_t *
-rb_shape_transition_shape_too_complex(VALUE obj)
{
rb_shape_t *original_shape = rb_shape_get_shape(obj);
- return shape_transition_too_complex(original_shape);
}
bool