From 97cee1cba6c966e9eb390902f42941daf6f0d1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Fri, 16 Apr 2021 14:41:35 +0900 Subject: [PATCH] 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. --- include/ruby/internal/intern/hash.h | 1 - 1 file changed, 1 deletion(-) 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()