summaryrefslogtreecommitdiff
path: root/ext/date/date_core.c
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-16 05:14:13 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-16 05:14:13 +0000
commit3fa0fc6931484856db1c47cbd653548a933b615a (patch)
tree23176d08fa1c50a017cb181326d0432524613e74 /ext/date/date_core.c
parentda2e0721b1ba94e8e786224469fe4bf7550c996a (diff)
* 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
Diffstat (limited to 'ext/date/date_core.c')
-rw-r--r--ext/date/date_core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/date/date_core.c b/ext/date/date_core.c
index 90350b0e1d..795c4bed8e 100644
--- a/ext/date/date_core.c
+++ b/ext/date/date_core.c
@@ -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_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: