Remove undefined function's prototype declaration

89cfc152071 removed the definition of these functions.
This commit is contained in:
yui-knk 2024-04-14 09:22:10 +09:00 committed by Yuichiro Kaneko
parent 924b928e35
commit 38b8bdb8ea

View File

@ -2,8 +2,6 @@
#define RIPPER_INIT_H
extern VALUE rb_ripper_none;
VALUE ripper_get_value(VALUE v);
ID ripper_get_id(VALUE v);
PRINTF_ARGS(void ripper_compile_error(struct parser_params*, const char *fmt, ...), 2, 3);
#endif /* RIPPER_INIT_H */