1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* encoding.c: remove unnecessary declaration of rb_locale_charmap(). it's

already declared in include/ruby/encoding.h.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2014-11-28 23:36:08 +00:00
parent 3987392187
commit fe753f5fc3

View file

@ -1547,9 +1547,6 @@ set_default_internal(VALUE klass, VALUE encoding)
* Encoding.find("locale") can be used.
*
*/
VALUE
rb_locale_charmap(VALUE klass);
static void
set_encoding_const(const char *name, rb_encoding *enc)
{