diff options
author | Koichi Sasada <[email protected]> | 2021-12-17 14:27:30 +0900 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2021-12-17 15:46:50 +0900 |
commit | c8f2766ae2312eedbcf947b189a8629696bb8bb3 (patch) | |
tree | e850db0314e46dd8f2c8a82404672e892b5e1417 /hash.c | |
parent | 37bd795cf8bc9681fccaf9b2d42292b14610a310 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6657,7 +6657,7 @@ const rb_data_type_t env_data_type = { "ENV", { NULL, - RUBY_DEFAULT_FREE, + NULL, NULL, NULL, }, |