From fe753f5fc3a744186e2ba7bf5baff38f503eedce Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 28 Nov 2014 23:36:08 +0000 Subject: * 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 --- encoding.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'encoding.c') 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) { -- cgit v1.2.3