diff options
author | 卜部昌平 <[email protected]> | 2021-04-16 14:41:35 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2021-04-16 14:41:35 +0900 |
commit | 97cee1cba6c966e9eb390902f42941daf6f0d1fd (patch) | |
tree | 013cfe9737ef666f4c2e9a125186aa232cfc4666 /include/ruby | |
parent | dd3eca64778d88891ba8e8b66224ac84aa0378a8 (diff) |
rb_hash_free(): has never existed.
This is just a hoax. Nobody have ever implemented a function named as
such. Also the functionality implied by the name must not be a public
API if any.
Diffstat (limited to 'include/ruby')
-rw-r--r-- | include/ruby/internal/intern/hash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/internal/intern/hash.h b/include/ruby/internal/intern/hash.h index c7a27c2cfa..70c37917f1 100644 --- a/include/ruby/internal/intern/hash.h +++ b/include/ruby/internal/intern/hash.h @@ -52,7 +52,6 @@ int rb_path_check(const char*); int rb_env_path_tainted(void); VALUE rb_env_clear(void); VALUE rb_hash_size(VALUE); -void rb_hash_free(VALUE); RBIMPL_SYMBOL_EXPORT_END() |