diff options
| author | yui-knk <spiketeika@gmail.com> | 2024-04-14 09:22:10 +0900 |
|---|---|---|
| committer | Yuichiro Kaneko <spiketeika@gmail.com> | 2024-04-14 10:51:16 +0900 |
| commit | 38b8bdb8eac2c0dc6a149ef9d13c02ef788ad5ef (patch) | |
| tree | d7e117dfc02b4b0824ab30fb190b9ef91b12d3bc | |
| parent | 924b928e35bb54b0ba44028b780481bf979cc6c9 (diff) | |
Remove undefined function's prototype declaration
89cfc152071 removed the definition of these functions.
| -rw-r--r-- | ext/ripper/ripper_init.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/ripper/ripper_init.h b/ext/ripper/ripper_init.h index e9e7bc7e5f..664bb7bce3 100644 --- a/ext/ripper/ripper_init.h +++ b/ext/ripper/ripper_init.h @@ -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 */ |
