@@ -349,7 +349,6 @@ enc_mbc_to_codepoint(const char *p, const char *e, void *enc)
349
349
return ONIGENC_MBC_TO_CODE ((rb_encoding * )enc , up , ue );
350
350
}
351
351
352
- VALUE rb_io_gets_internal (VALUE io );
353
352
extern VALUE rb_eArgError ;
354
353
355
354
static const rb_parser_config_t rb_global_parser_config = {
@@ -396,8 +395,6 @@ static const rb_parser_config_t rb_global_parser_config = {
396
395
397
396
.str_catf = rb_str_catf ,
398
397
.str_cat_cstr = rb_str_cat_cstr ,
399
- .str_subseq = rb_str_subseq ,
400
- .str_new_frozen = rb_str_new_frozen ,
401
398
.str_modify = rb_str_modify ,
402
399
.str_set_len = rb_str_set_len ,
403
400
.str_cat = rb_str_cat ,
@@ -413,7 +410,6 @@ static const rb_parser_config_t rb_global_parser_config = {
413
410
.rstring_ptr = RSTRING_PTR ,
414
411
.rstring_end = RSTRING_END ,
415
412
.rstring_len = RSTRING_LEN ,
416
- .filesystem_str_new_cstr = rb_filesystem_str_new_cstr ,
417
413
.obj_as_string = rb_obj_as_string ,
418
414
419
415
.int2num = rb_int2num_inline ,
@@ -423,7 +419,6 @@ static const rb_parser_config_t rb_global_parser_config = {
423
419
.io_write = rb_io_write ,
424
420
.io_flush = rb_io_flush ,
425
421
.io_puts = rb_io_puts ,
426
- .io_gets_internal = rb_io_gets_internal ,
427
422
428
423
.debug_output_stdout = rb_ractor_stdout ,
429
424
.debug_output_stderr = rb_ractor_stderr ,
0 commit comments