aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-16 05:25:59 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-16 05:25:59 +0000
commita17dfde3336228499a71d519edc703d9565c3ad6 (patch)
treeb290b1859f6348f727c14f62e5cecb0cbc2ea011 /ext
parent3fa0fc6931484856db1c47cbd653548a933b615a (diff)
downloadruby-a17dfde3336228499a71d519edc703d9565c3ad6.tar.gz
* ext/date/date_core.c : remove not used f_getlocal macro.
After r54553 f_getlocal macro is not used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/date/date_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/date/date_core.c b/ext/date/date_core.c
index 795c4bed8e..ce5ff2fd22 100644
--- a/ext/date/date_core.c
+++ b/ext/date/date_core.c
@@ -8395,7 +8395,6 @@ dt_lite_jisx0301(int argc, VALUE *argv, VALUE self)
/* 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)