From 3437e6247da991db94a804b2c15b2a05dc2d79bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Wed, 22 Jul 2020 10:40:41 +0900 Subject: RClassDeprecated: delete It has been deprecated for 5 years since 1f2255604087e9a7d7efcb2df61b5ca0e2daa200. --- include/ruby/backward.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/ruby') diff --git a/include/ruby/backward.h b/include/ruby/backward.h index 84abba2dab..d8ea12b8dd 100644 --- a/include/ruby/backward.h +++ b/include/ruby/backward.h @@ -8,19 +8,10 @@ * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. */ -#include "ruby/internal/core/rbasic.h" #include "ruby/internal/value.h" #include "ruby/internal/interpreter.h" #include "ruby/backward/2/attributes.h" -#define RClass RClassDeprecated -#ifndef __cplusplus -DEPRECATED_TYPE(("RClass is internal use only"), -struct RClass { - struct RBasic basic; -}); -#endif - #define DECLARE_DEPRECATED_FEATURE(ver, func) \ NORETURN(ERRORFUNC(("deprecated since "#ver), DEPRECATED(void func(void)))) -- cgit v1.2.3