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:
parent
dd3eca6477
commit
97cee1cba6
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue