Skip to content

Commit cbd49ec

Browse files
committed
Remove unused RBASIC_RESET_FLAGS
1 parent acc273a commit cbd49ec

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

internal/object.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,4 @@ RBASIC_SET_CLASS(VALUE obj, VALUE klass)
6060
RBASIC_SET_CLASS_RAW(obj, klass);
6161
RB_OBJ_WRITTEN(obj, oldv, klass);
6262
}
63-
64-
static inline void
65-
RBASIC_RESET_FLAGS(VALUE obj)
66-
{
67-
RBASIC(obj)->flags = 0;
68-
#if RBASIC_SHAPE_ID_FIELD
69-
RBASIC(obj)->shape_id = 0;
70-
#endif
71-
}
7263
#endif /* INTERNAL_OBJECT_H */

0 commit comments

Comments
 (0)