ruby-changes:42540
From: yui-knk <ko1@a...>
Date: Sat, 16 Apr 2016 13:29:22 +0900 (JST)
Subject: [ruby-changes:42540] yui-knk:r54614 (trunk): * ext/date/date_core.c : remove not used f_getlocal macro.
yui-knk 2016-04-16 14:25:59 +0900 (Sat, 16 Apr 2016) New Revision: 54614 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54614 Log: * ext/date/date_core.c : remove not used f_getlocal macro. After r54553 f_getlocal macro is not used. Modified files: trunk/ChangeLog trunk/ext/date/date_core.c Index: ext/date/date_core.c =================================================================== --- ext/date/date_core.c (revision 54613) +++ ext/date/date_core.c (revision 54614) @@ -8395,7 +8395,6 @@ dt_lite_jisx0301(int argc, VALUE *argv, https://github.com/ruby/ruby/blob/trunk/ext/date/date_core.c#L8395 /* conversions */ -#define f_getlocal(x) rb_funcall(x, rb_intern("getlocal"), 0) #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) Index: ChangeLog =================================================================== --- ChangeLog (revision 54613) +++ ChangeLog (revision 54614) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Apr 16 14:26:49 2016 Yuichiro Kaneko <yui-knk@r...> + + * ext/date/date_core.c : remove not used f_getlocal macro. + After r54553 f_getlocal macro is not used. + Sat Apr 16 14:15:24 2016 Yuichiro Kaneko <yui-knk@r...> * ext/date/date_core.c : remove not used f_utc6 macro. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/