From e398a0e53a7207152fb2139f1e4485968a07f9de Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Sat, 27 Mar 2021 00:46:04 +0900 Subject: [PATCH] Remove unneeded rb_ident_hash_new function declaration --- error.c | 1 - 1 file changed, 1 deletion(-) 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;