mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove unneeded rb_str_initialize defination in internal/string.h (#4465)
This commit is contained in:
parent
a2cf0607b0
commit
45662c54c9
Notes:
git
2021-06-01 16:37:44 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ VALUE rb_external_str_with_enc(VALUE str, rb_encoding *eenc);
|
|||
VALUE rb_str_cat_conv_enc_opts(VALUE newstr, long ofs, const char *ptr, long len,
|
||||
rb_encoding *from, int ecflags, VALUE ecopts);
|
||||
VALUE rb_enc_str_scrub(rb_encoding *enc, VALUE str, VALUE repl);
|
||||
VALUE rb_str_initialize(VALUE str, const char *ptr, long len, rb_encoding *enc);
|
||||
size_t rb_str_memsize(VALUE);
|
||||
char *rb_str_to_cstr(VALUE str);
|
||||
const char *ruby_escaped_char(int c);
|
||||
|
|
Loading…
Add table
Reference in a new issue