1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/date
nobu 6224216294 unused functions and variables
* complex.c, rational.c: remove unused functions, which are warned
  by clang 5.1, and also variables only used by removed functions.

* ext/date/date_core.c: ditto.

* enc/utf_16be.c, enc/utf_16le.c: comment out constants only used
  by commented out functions.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-03-17 04:57:14 +00:00
..
lib
date_core.c unused functions and variables 2014-03-17 04:57:14 +00:00
date_parse.c date_parse.c: get rid of backtrack explosion 2013-12-09 02:14:35 +00:00
date_strftime.c
date_strptime.c date_strptime.c: get rid of backtrack explosion 2013-12-10 14:58:43 +00:00
date_tmx.h
depend
extconf.rb