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:
parent
3987392187
commit
fe753f5fc3
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue