This commit is contained in:
Nobuyoshi Nakada 2022-08-18 18:31:34 +09:00
Родитель 99116da7f0
Коммит 35c794b26d
1 изменённых файлов: 0 добавлений и 3 удалений

3
file.c
Просмотреть файл

@ -4090,9 +4090,6 @@ static VALUE
str_shrink(VALUE str)
{
rb_str_resize(str, RSTRING_LEN(str));
// expand_path on Windows can sometimes mutate the string
// without clearing its coderange
ENC_CODERANGE_CLEAR(str);
return str;
}