summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorS-H-GAMELINKS <gamelinks007@gmail.com>2021-03-27 00:46:04 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-28 08:50:25 +0900
commite398a0e53a7207152fb2139f1e4485968a07f9de (patch)
tree7654db14199c9eee44fc2d710fd3c93f2823ebcd
parentcc15ae34314af9dd23857db4c5e2c6433f132813 (diff)
Remove unneeded rb_ident_hash_new function declaration
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4325
-rw-r--r--error.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/error.c b/error.c
index 5dd6b2b765..c01919f698 100644
--- a/error.c
+++ b/error.c
@@ -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;