1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove unneeded rb_ident_hash_new function declaration

This commit is contained in:
S-H-GAMELINKS 2021-03-27 00:46:04 +09:00 committed by Nobuyoshi Nakada
parent cc15ae3431
commit e398a0e53a
Notes: git 2021-03-28 08:50:44 +09:00

View file

@ -64,7 +64,6 @@
VALUE rb_iseqw_local_variables(VALUE iseqval);
VALUE rb_iseqw_new(const rb_iseq_t *);
int rb_str_end_with_asciichar(VALUE str, int c);
VALUE rb_ident_hash_new(void);
long rb_backtrace_length_limit = -1;
VALUE rb_eEAGAIN;