mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
complex.c: remove deprecated functions
* complex.c (rb_complex_set_real, rb_complex_set_imag): remove functions deprecated at 2.2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
556a1352e4
commit
f4c2b33eac
3 changed files with 4 additions and 16 deletions
|
@ -4,6 +4,10 @@
|
|||
#define DECLARE_DEPRECATED_FEATURE(ver, func) \
|
||||
NORETURN(ERRORFUNC(("deprecated since "#ver), DEPRECATED(void func(void))))
|
||||
|
||||
/* complex.c */
|
||||
DECLARE_DEPRECATED_FEATURE(2.2, rb_complex_set_real);
|
||||
DECLARE_DEPRECATED_FEATURE(2.2, rb_complex_set_imag);
|
||||
|
||||
/* eval.c */
|
||||
DECLARE_DEPRECATED_FEATURE(2.2, rb_disable_super);
|
||||
DECLARE_DEPRECATED_FEATURE(2.2, rb_enable_super);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue