aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-07-22 10:40:41 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-08-27 15:02:52 +0900
commit3437e6247da991db94a804b2c15b2a05dc2d79bd (patch)
treec10262e77f505483654d9276f48744ae02a9353c /internal
parent3353baac3d55e1b42515ce7084e7b7f07abc0192 (diff)
downloadruby-3437e6247da991db94a804b2c15b2a05dc2d79bd.tar.gz
RClassDeprecated: delete
It has been deprecated for 5 years since 1f2255604087e9a7d7efcb2df61b5ca0e2daa200.
Diffstat (limited to 'internal')
-rw-r--r--internal/class.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/class.h b/internal/class.h
index 816a3044f4..bb12825162 100644
--- a/internal/class.h
+++ b/internal/class.h
@@ -16,10 +16,6 @@
#include "ruby/intern.h" /* for rb_alloc_func_t */
#include "ruby/ruby.h" /* for struct RBasic */
-#ifdef RClass
-# undef RClass /* See also include/ruby/backward.h */
-#endif
-
#ifdef RCLASS_SUPER
# undef RCLASS_SUPER
#endif