1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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.
This commit is contained in:
卜部昌平 2021-04-16 14:41:35 +09:00
parent dd3eca6477
commit 97cee1cba6

View file

@ -52,7 +52,6 @@ int rb_path_check(const char*);
int rb_env_path_tainted(void); int rb_env_path_tainted(void);
VALUE rb_env_clear(void); VALUE rb_env_clear(void);
VALUE rb_hash_size(VALUE); VALUE rb_hash_size(VALUE);
void rb_hash_free(VALUE);
RBIMPL_SYMBOL_EXPORT_END() RBIMPL_SYMBOL_EXPORT_END()