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

ruby-changes:52433

From: nobu <ko1@a...>
Date: Thu, 6 Sep 2018 05:02:37 +0900 (JST)
Subject: [ruby-changes:52433] nobu:r64642 (trunk): backward.h: removed stale declarations

nobu	2018-09-06 05:02:32 +0900 (Thu, 06 Sep 2018)

  New Revision: 64642

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64642

  Log:
    backward.h: removed stale declarations
    
    * include/ruby/backward.h (rb_complex_set_real, rb_complex_set_imag):
      removed useless declarations which have been deprecated from the
      beginning.

  Modified files:
    trunk/include/ruby/backward.h
Index: include/ruby/backward.h
===================================================================
--- include/ruby/backward.h	(revision 64641)
+++ include/ruby/backward.h	(revision 64642)
@@ -12,10 +12,6 @@ struct RClass { https://github.com/ruby/ruby/blob/trunk/include/ruby/backward.h#L12
 #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);

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

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