aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-17 07:37:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-17 07:37:20 +0000
commit491129a35e89618928486367279ecc6806774a82 (patch)
tree6c29bb6dab0380b88e000579bb5dd0614de9948d /string.c
parent0972e0bf4fd55f3708bc0bf4cca24a3e683d84e3 (diff)
downloadruby-491129a35e89618928486367279ecc6806774a82.tar.gz
remove unnecessary declaration so that rdoc works
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'string.c')
-rw-r--r--string.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/string.c b/string.c
index 0efcf49b27..a72503e999 100644
--- a/string.c
+++ b/string.c
@@ -1363,7 +1363,6 @@ rb_str_resurrect(VALUE str)
* times (and call many realloc).
*/
-static inline void str_modifiable(VALUE str);
static VALUE
rb_str_init(int argc, VALUE *argv, VALUE str)
{