mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove declarations of deprecated functions
This commit is contained in:
parent
1954a95f8b
commit
a90d188b57
Notes:
git
2021-12-30 15:34:00 +09:00
1 changed files with 0 additions and 12 deletions
|
@ -201,12 +201,6 @@ RBIMPL_ATTR_NORETURN()
|
|||
*/
|
||||
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);
|
|||
*/
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue