зеркало из https://github.com/github/ruby.git
Remove unneeded rb_str_initialize defination in internal/string.h (#4465)
This commit is contained in:
Родитель
a2cf0607b0
Коммит
45662c54c9
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче