aboutsummaryrefslogtreecommitdiffstats
path: root/encoding.c
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-28 23:36:08 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-28 23:36:08 +0000
commitfe753f5fc3a744186e2ba7bf5baff38f503eedce (patch)
tree7fc1d61e198cee921bb130b4de7a86cf78fce8d3 /encoding.c
parent398739218754cfd68dca86443b1301ed1ffed359 (diff)
downloadruby-fe753f5fc3a744186e2ba7bf5baff38f503eedce.tar.gz
* 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
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/encoding.c b/encoding.c
index fc79d380e3..eb2ec85cf2 100644
--- a/encoding.c
+++ b/encoding.c
@@ -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)
{