Remove unused size_pool_edge_names

This commit is contained in:
Peter Zhu 2024-03-12 13:56:28 -04:00
parent 76f9cfd0b9
commit 42bfbe9aa6

View File

@ -43,7 +43,6 @@
static ID id_frozen;
static ID id_t_object;
static ID size_pool_edge_names[SIZE_POOL_COUNT];
#define LEAF 0
#define BLACK 0x0
@ -1243,11 +1242,6 @@ Init_default_shapes(void)
}
#endif
// Shapes by size pool
for (int i = 0; i < SIZE_POOL_COUNT; i++) {
size_pool_edge_names[i] = rb_make_internal_id();
}
// Root shape
rb_shape_t *root = rb_shape_alloc_with_parent_id(0, INVALID_SHAPE_ID);
root->capacity = 0;