Remove rb_exc_raise for Parser

This commit is contained in:
S-H-GAMELINKS 2025-02-02 15:53:12 +09:00 committed by Yudai Takada
parent db02a6b3ab
commit ace39a3ed4
Notes: git 2025-02-02 07:58:32 +00:00
3 changed files with 0 additions and 3 deletions

View file

@ -1313,7 +1313,6 @@ typedef struct rb_parser_config_struct {
/* Eval */
VALUE (*errinfo)(void);
void (*set_errinfo)(VALUE err);
void (*exc_raise)(VALUE mesg);
VALUE (*make_exception)(int argc, const VALUE *argv);
/* GC */