diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2025-02-13 14:02:31 -0500 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2025-02-13 16:11:37 -0500 |
| commit | e0cb069c0684bb8baf505a9d7a281d0ff8e1bf82 (patch) | |
| tree | 6e023e3494767489e108242b8ba50ceb09a401bb /variable.c | |
| parent | 31162bf4261b2e740f6e26f2c2f22c36d3556cf0 (diff) | |
Remove dead rb_st_nth_key
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12742
Diffstat (limited to 'variable.c')
| -rw-r--r-- | variable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/variable.c b/variable.c index 58c8653c40..cef867c701 100644 --- a/variable.c +++ b/variable.c @@ -1897,7 +1897,6 @@ rb_ivar_defined(VALUE obj, ID id) } typedef int rb_ivar_foreach_callback_func(ID key, VALUE val, st_data_t arg); -st_data_t rb_st_nth_key(st_table *tab, st_index_t index); struct iv_itr_data { VALUE obj; |
