Remove macro RHASH_ITER_LEV
The function rb_hash_iter_lev doesn't exist as it was removed.
This commit is contained in:
parent
cd97976328
commit
0fd5a664e7
Notes:
git
2023-01-18 16:54:59 +00:00
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user