Skip to content

Commit 7a59cfc

Browse files
committed
Remove RUBY_FL_DUPPED deprecated for 4 years
1 parent 81a5c5e commit 7a59cfc

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

include/ruby/internal/fl_type.h

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -363,23 +363,6 @@ ruby_fl_type {
363363
RUBY_FL_SINGLETON = RUBY_FL_USER1,
364364
};
365365

366-
enum {
367-
/**
368-
* @deprecated This flag once was a thing back in the old days, but makes
369-
* no sense any longer today. Exists here for backwards
370-
* compatibility only. You can safely forget about it.
371-
*/
372-
RUBY_FL_DUPPED
373-
374-
#if defined(RBIMPL_HAVE_ENUM_ATTRIBUTE)
375-
RBIMPL_ATTR_DEPRECATED(("It seems there is no actual usage of this enum."))
376-
#elif defined(_MSC_VER)
377-
# pragma deprecated(RUBY_FL_DUPPED)
378-
#endif
379-
380-
= (int)RUBY_T_MASK
381-
};
382-
383366
#undef RBIMPL_HAVE_ENUM_ATTRIBUTE
384367

385368
RBIMPL_SYMBOL_EXPORT_BEGIN()

0 commit comments

Comments
 (0)