Remove macro RHASH_ITER_LEV

The function rb_hash_iter_lev doesn't exist as it was removed.
This commit is contained in:
Peter Zhu 2023-01-17 07:07:36 -05:00
parent cd97976328
commit 0fd5a664e7
Notes: git 2023-01-18 16:54:59 +00:00

View File

@ -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
*