diff options
author | Jean Boussier <[email protected]> | 2025-06-13 11:26:24 +0200 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2025-06-13 12:03:22 +0200 |
commit | 071aa02a4ad989916feaf74cd14633ac0e7d0728 () | |
tree | e6ce89e469f7558e16cc0f9b2e64a0659b135867 /shape.h | |
parent | dd4c5acc0f6a6b3858c784438364a766f5975617 (diff) |
shape.c: cleanup unused IDs
id_frozen and id_t_object are no longer used. id_object_id no longer need to be exposed.
Notes: Merged: https://.com/ruby/ruby/pull/13605
-rw-r--r-- | shape.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -45,8 +45,6 @@ typedef uint32_t redblack_id_t; #define ROOT_TOO_COMPLEX_WITH_OBJ_ID (ROOT_SHAPE_WITH_OBJ_ID | SHAPE_ID_FL_TOO_COMPLEX | SHAPE_ID_FL_HAS_OBJECT_ID) #define SPECIAL_CONST_SHAPE_ID (ROOT_SHAPE_ID | SHAPE_ID_FL_FROZEN) -extern ID ruby_internal_object_id; - typedef struct redblack_node redblack_node_t; struct rb_shape { |