Remove rb_enc_associate for Parser

This commit is contained in:
S-H-GAMELINKS 2025-02-08 12:44:14 +09:00 committed by Yudai Takada
parent 2556a975c7
commit 23c4ac9559
Notes: git 2025-02-15 06:37:26 +00:00
3 changed files with 0 additions and 9 deletions

View file

@ -1286,7 +1286,6 @@ typedef struct rb_parser_config_struct {
rb_encoding* (*enc_get)(VALUE obj);
int (*enc_asciicompat)(rb_encoding *enc);
rb_encoding *(*utf8_encoding)(void);
VALUE (*enc_associate)(VALUE obj, rb_encoding *enc);
rb_encoding *(*ascii8bit_encoding)(void);
int (*enc_codelen)(int c, rb_encoding *enc);
int (*enc_mbcput)(unsigned int c, void *buf, rb_encoding *enc);