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

RUBY_DEFAULT_FREE is not needed.

pointed by @nobu.
This commit is contained in:
Koichi Sasada 2021-12-17 14:27:30 +09:00
parent 37bd795cf8
commit c8f2766ae2
Notes: git 2021-12-17 15:47:15 +09:00

2
hash.c
View file

@ -6657,7 +6657,7 @@ const rb_data_type_t env_data_type = {
"ENV",
{
NULL,
RUBY_DEFAULT_FREE,
NULL,
NULL,
NULL,
},