forked from ruby/ruby
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
ary_heap_free_ptr
and remove ary_heap_free
This PR does the following: * `ary_heap_free_ptr` took an `ary` but it wasn't used for anything. The code that was using `ary` was removed in ruby#7942. * since removing the `ary` argument, there's less value in having a separate function for `ary_heap_free`. I deleted it in favor of calling `ary_heap_free_ptr`.
- Loading branch information
1 parent
2230ac4
commit 8495ba4
Showing
1 changed file
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters