summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-01-17 07:07:36 -0500
committerPeter Zhu <peter@peterzhu.ca>2023-01-18 11:54:34 -0500
commit0fd5a664e743c2ea506a83c5abed145a0734e7e6 (patch)
tree1a812f6309c1c4fac9e26437fba5a035cc416515 /include
parentcd97976328204263c464cf6846e9bafe6424da15 (diff)
downloadruby-0fd5a664e743c2ea506a83c5abed145a0734e7e6.tar.gz
Remove macro RHASH_ITER_LEV
The function rb_hash_iter_lev doesn't exist as it was removed.
Diffstat (limited to 'include')
-rw-r--r--include/ruby/internal/core/rhash.h13
1 files changed, 0 insertions, 13 deletions
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
@@ -54,19 +54,6 @@
*
* @internal
*
- * Declaration of rb_hash_iter_lev() is at include/ruby/backward.h.
- */
-#define RHASH_ITER_LEV(h) rb_hash_iter_lev(h)
-
-/**
- * @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_ifnone() is at include/ruby/backward.h.
*/
#define RHASH_IFNONE(h) rb_hash_ifnone(h)