diff options
author | S-H-GAMELINKS <[email protected]> | 2021-03-27 00:46:04 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-03-28 08:50:25 +0900 |
commit | e398a0e53a7207152fb2139f1e4485968a07f9de (patch) | |
tree | 7654db14199c9eee44fc2d710fd3c93f2823ebcd /error.c | |
parent | cc15ae34314af9dd23857db4c5e2c6433f132813 (diff) |
Remove unneeded rb_ident_hash_new function declaration
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4325
Diffstat (limited to 'error.c')
-rw-r--r-- | error.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |