From 0fd5a664e743c2ea506a83c5abed145a0734e7e6 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 17 Jan 2023 07:07:36 -0500 Subject: Remove macro RHASH_ITER_LEV The function rb_hash_iter_lev doesn't exist as it was removed. --- include/ruby/internal/core/rhash.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'include') diff --git a/include/ruby/internal/core/rhash.h b/include/ruby/internal/core/rhash.h index 61d2c15d87..897c570794 100644 --- a/include/ruby/internal/core/rhash.h +++ b/include/ruby/internal/core/rhash.h @@ -45,19 +45,6 @@ */ #define RHASH_TBL(h) rb_hash_tbl(h, __FILE__, __LINE__) -/** - * @private - * - * @deprecated This macro once was a thing in the old days, but makes no sense - * any longer today. Exists here for backwards compatibility - * only. You can safely forget about it. - * - * @internal - * - * Declaration of rb_hash_iter_lev() is at include/ruby/backward.h. - */ -#define RHASH_ITER_LEV(h) rb_hash_iter_lev(h) - /** * @private * -- cgit v1.2.1