summaryrefslogtreecommitdiff
path: root/shape.h
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-11-08 10:19:06 -0500
committerPeter Zhu <peter@peterzhu.ca>2023-11-09 09:25:02 -0500
commitf6910a61122931e4193bcc0fad18d839c319b720 (patch)
tree3d4ab8b3d6ba6204b917ac16743748dcb02e0c65 /shape.h
parentc4efd170616c3ee82a07fda04f878120f1a97e98 (diff)
Remove SHAPE_CAPACITY_CHANGE shapes
We don't need to create a shape to transition capacity as we can transition the capacity when the capacity of the SHAPE_IVAR changes.
Diffstat (limited to 'shape.h')
-rw-r--r--shape.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shape.h b/shape.h
index 6d4f3f9811..f1823258da 100644
--- a/shape.h
+++ b/shape.h
@@ -64,7 +64,6 @@ enum shape_type {
SHAPE_ROOT,
SHAPE_IVAR,
SHAPE_FROZEN,
- SHAPE_CAPACITY_CHANGE,
SHAPE_T_OBJECT,
SHAPE_OBJ_TOO_COMPLEX,
};