From 22444ae9b1a20e39b7278193f85e4d805bd1d54d Mon Sep 17 00:00:00 2001 From: shyouhei Date: Wed, 27 Jun 2018 00:57:16 +0000 Subject: move function declarations from insns.def to internal.h Just avoid being loose. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'string.c') diff --git a/string.c b/string.c index 435954d313..0ce8c40ecb 100644 --- a/string.c +++ b/string.c @@ -1432,8 +1432,6 @@ str_shared_replace(VALUE str, VALUE str2) } } -VALUE rb_obj_as_string_result(VALUE str, VALUE obj); - VALUE rb_obj_as_string(VALUE obj) { -- cgit v1.2.3