From 2b9191e5572f165ea88295094dcbf3f466684902 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 18 Nov 2014 15:13:05 +0000 Subject: * internal.h: Gather declarations in non-header files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'string.c') diff --git a/string.c b/string.c index 0c0d0dd904..1fb78ec9ce 100644 --- a/string.c +++ b/string.c @@ -135,8 +135,6 @@ VALUE rb_cSymbol; #define SHARABLE_SUBSTRING_P(beg, len, end) 1 #endif -rb_encoding *rb_enc_get_from_index(int index); - static rb_encoding * get_actual_encoding(const int encidx, VALUE str) { @@ -720,7 +718,6 @@ rb_tainted_str_new_cstr(const char *ptr) VALUE rb_str_conv_enc_opts(VALUE str, rb_encoding *from, rb_encoding *to, int ecflags, VALUE ecopts) { - extern VALUE rb_cEncodingConverter; rb_econv_t *ec; rb_econv_result_t ret; long len, olen; -- cgit v1.2.3