Skip to content

Commit

Permalink
Remove undefined function's prototype declaration
Browse files Browse the repository at this point in the history
89cfc15 removed the definition of these functions.
  • Loading branch information
yui-knk committed Apr 14, 2024
1 parent 924b928 commit 38b8bdb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ext/ripper/ripper_init.h
Expand Up @@ -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 */

0 comments on commit 38b8bdb

Please sign in to comment.