We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc273a commit cbd49ecCopy full SHA for cbd49ec
internal/object.h
@@ -60,13 +60,4 @@ RBASIC_SET_CLASS(VALUE obj, VALUE klass)
60
RBASIC_SET_CLASS_RAW(obj, klass);
61
RB_OBJ_WRITTEN(obj, oldv, klass);
62
}
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
-}
72
#endif /* INTERNAL_OBJECT_H */
0 commit comments