Skip to content

Commit

Permalink
Remove unneeded rb_ident_hash_new function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
S-H-GAMELINKS authored and nobu committed Mar 27, 2021
1 parent cc15ae3 commit e398a0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion error.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e398a0e

Please sign in to comment.