diff options
author | yui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-04-16 05:25:59 +0000 |
---|---|---|
committer | yui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-04-16 05:25:59 +0000 |
commit | a17dfde3336228499a71d519edc703d9565c3ad6 (patch) | |
tree | b290b1859f6348f727c14f62e5cecb0cbc2ea011 /ChangeLog | |
parent | 3fa0fc6931484856db1c47cbd653548a933b615a (diff) |
* 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 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sat Apr 16 14:26:49 2016 Yuichiro Kaneko <[email protected]> + + * 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 <[email protected]> * ext/date/date_core.c : remove not used f_utc6 macro. |