mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove unsued str_new_shared function declaration
This commit is contained in:
parent
46b5b51cc6
commit
90f008f569
Notes:
git
2021-02-04 16:26:19 +09:00
1 changed files with 0 additions and 1 deletions
1
string.c
1
string.c
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue