mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/date/date_core.c : remove not used f_utc6 macro.
After r54169 f_utc6 macro is not used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
da2e0721b1
commit
3fa0fc6931
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Sat Apr 16 14:15:24 2016 Yuichiro Kaneko <yui-knk@ruby-lang.org>
|
||||||
|
|
||||||
|
* 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@ruby-lang.org>
|
Sat Apr 16 10:00:11 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* struct.c (struct_make_members_list, rb_struct_s_def): member
|
* struct.c (struct_make_members_list, rb_struct_s_def): member
|
||||||
|
|
|
@ -8399,8 +8399,6 @@ dt_lite_jisx0301(int argc, VALUE *argv, VALUE self)
|
||||||
#define f_subsec(x) rb_funcall(x, rb_intern("subsec"), 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_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_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:
|
* call-seq:
|
||||||
|
|
Loading…
Reference in a new issue