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>
@ -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,
|
VALUE rb_str_cat_conv_enc_opts(VALUE newstr, long ofs, const char *ptr, long len,
|
||||||
rb_encoding *from, int ecflags, VALUE ecopts);
|
rb_encoding *from, int ecflags, VALUE ecopts);
|
||||||
VALUE rb_enc_str_scrub(rb_encoding *enc, VALUE str, VALUE repl);
|
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);
|
size_t rb_str_memsize(VALUE);
|
||||||
char *rb_str_to_cstr(VALUE str);
|
char *rb_str_to_cstr(VALUE str);
|
||||||
const char *ruby_escaped_char(int c);
|
const char *ruby_escaped_char(int c);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user