[前][次][番号順一覧][スレッド一覧]

ruby-changes:70658

From: Nobuyoshi <ko1@a...>
Date: Thu, 30 Dec 2021 15:33:55 +0900 (JST)
Subject: [ruby-changes:70658] a90d188b57 (master): Remove declarations of deprecated functions

https://git.ruby-lang.org/ruby.git/commit/?id=a90d188b57

From a90d188b578333c7fb74e51ffe004a208196db82 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Thu, 30 Dec 2021 13:52:22 +0900
Subject: Remove declarations of deprecated functions

---
 include/ruby/internal/intern/error.h | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/include/ruby/internal/intern/error.h b/include/ruby/internal/intern/error.h
index b255abb82be..9c153cbac50 100644
--- a/include/ruby/internal/intern/error.h
+++ b/include/ruby/internal/intern/error.h
@@ -201,12 +201,6 @@ RBIMPL_ATTR_NORETURN() https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/intern/error.h#L201
  */
 void rb_error_frozen_object(VALUE what);
 
-/**
- * @deprecated  Does nothing.  This method is deprecated and will be removed in
- *              Ruby 3.2.
- */
-void rb_error_untrusted(VALUE);
-
 /**
  * Queries  if the  passed  object is  frozen.
  *
@@ -216,12 +210,6 @@ void rb_error_untrusted(VALUE); https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/intern/error.h#L210
  */
 void rb_check_frozen(VALUE obj);
 
-/**
- * @deprecated  Does nothing.  This method is deprecated and will be removed in
- *              Ruby 3.2.
- */
-void rb_check_trusted(VALUE);
-
 /**
  * Ensures that the passed object  can be `initialize_copy` relationship.  When
  * you implement your own one you would better call this at the right beginning
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]