Feature #9336
closed[PATCH (trivial)] remove rb_hash_keys from internal.h
Description
This is no longer needed since r43969
If you prefer: git pull git://80x24.org/ruby.git rb_hash_keys-static
The following changes since commit ad0980504b355485b848395f1bf4f067e6b23d3d:
- 2014-01-01 (2014-01-01 02:12:43 +0000)
are available in the git repository at:
git://80x24.org/ruby.git rb_hash_keys-static
for you to fetch changes up to 0974f81d6cfb9f5558e1be497f7c163c5df52e67:
remove rb_hash_keys from internal.h (2014-01-01 08:57:30 +0000)
Eric Wong (1):
remove rb_hash_keys from internal.h
hash.c | 2 +-
internal.h | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
Files
Updated by Glass_saga (Masaki Matsushita) almost 11 years ago
- Status changed from Open to Assigned
- Assignee set to Glass_saga (Masaki Matsushita)
Updated by Anonymous almost 11 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r44478.
Eric, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
-
hash.c (rb_hash_keys): make rb_hash_keys() static.
it is no longer used from array.c since r43969.
the patch is from normalperson (Eric Wong).
[ruby-core:59449] [Feature #9336] -
internal.h: remove definition of rb_hash_keys().