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

ruby-changes:42539

From: yui-knk <ko1@a...>
Date: Sat, 16 Apr 2016 13:17:37 +0900 (JST)
Subject: [ruby-changes:42539] yui-knk:r54613 (trunk): * ext/date/date_core.c : remove not used f_utc6 macro.

yui-knk	2016-04-16 14:14:13 +0900 (Sat, 16 Apr 2016)

  New Revision: 54613

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

  Log:
    * ext/date/date_core.c : remove not used f_utc6 macro.
      After r54169 f_utc6 macro is not used.

  Modified files:
    trunk/ChangeLog
    trunk/ext/date/date_core.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 54612)
+++ ChangeLog	(revision 54613)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Apr 16 14:15:24 2016  Yuichiro Kaneko  <yui-knk@r...>
+
+	* ext/date/date_core.c : remove not used f_utc6 macro.
+	  After r54169 f_utc6 macro is not used.
+
 Sat Apr 16 10:00:11 2016  Nobuyoshi Nakada  <nobu@r...>
 
 	* struct.c (struct_make_members_list, rb_struct_s_def): member
Index: ext/date/date_core.c
===================================================================
--- ext/date/date_core.c	(revision 54612)
+++ ext/date/date_core.c	(revision 54613)
@@ -8399,8 +8399,6 @@ dt_lite_jisx0301(int argc, VALUE *argv, https://github.com/ruby/ruby/blob/trunk/ext/date/date_core.c#L8399
 #define f_subsec(x) rb_funcall(x, rb_intern("subsec"), 0)
 #define f_utc_offset(x) rb_funcall(x, rb_intern("utc_offset"), 0)
 #define f_local3(x,y,m,d) rb_funcall(x, rb_intern("local"), 3, y, m, d)
-#define f_utc6(x,y,m,d,h,min,s) rb_funcall(x, rb_intern("utc"), 6,\
-					   y, m, d, h, min, s)
 
 /*
  * call-seq:

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

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