diff options
author | S-H-GAMELINKS <[email protected]> | 2021-02-04 13:06:20 +0900 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2021-02-04 16:25:55 +0900 |
commit | 90f008f569718c8cbb311a7e0f939b639cd9e48a (patch) | |
tree | aba40fc71f3d99cb73c2118d6b28c480b9f75b47 /string.c | |
parent | 46b5b51cc64559b0e6e7e0f0e7173e17cd4681df (diff) |
Remove unsued str_new_shared function declaration
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4151
Diffstat (limited to 'string.c')
-rw-r--r-- | string.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -197,7 +197,6 @@ VALUE rb_cSymbol; ((len) <= RSTRING_EMBED_LEN_MAX + 1 - (termlen)) static VALUE str_replace_shared_without_enc(VALUE str2, VALUE str); -static VALUE str_new_shared(VALUE klass, VALUE str); static VALUE str_new_frozen(VALUE klass, VALUE orig); static VALUE str_new_frozen_buffer(VALUE klass, VALUE orig, int copy_encoding); static VALUE str_new_static(VALUE klass, const char *ptr, long len, int encindex); |