We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RUBY_FL_DUPPED
1 parent 81a5c5e commit 7a59cfcCopy full SHA for 7a59cfc
1 file changed
include/ruby/internal/fl_type.h
@@ -363,23 +363,6 @@ ruby_fl_type {
363
RUBY_FL_SINGLETON = RUBY_FL_USER1,
364
};
365
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
383
#undef RBIMPL_HAVE_ENUM_ATTRIBUTE
384
385
RBIMPL_SYMBOL_EXPORT_BEGIN()
0 commit comments