summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2021-12-17 14:27:30 +0900
committerKoichi Sasada <ko1@atdot.net>2021-12-17 15:46:50 +0900
commitc8f2766ae2312eedbcf947b189a8629696bb8bb3 (patch)
treee850db0314e46dd8f2c8a82404672e892b5e1417 /hash.c
parent37bd795cf8bc9681fccaf9b2d42292b14610a310 (diff)
`RUBY_DEFAULT_FREE` is not needed.
pointed by @nobu.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5288
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index da9af425c1..9cb9a635e0 100644
--- a/hash.c
+++ b/hash.c
@@ -6657,7 +6657,7 @@ const rb_data_type_t env_data_type = {
"ENV",
{
NULL,
- RUBY_DEFAULT_FREE,
+ NULL,
NULL,
NULL,
},