summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-29 10:50:59 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-29 10:50:59 +0000
commitb7ad549654f45dcca7d39701135868e3e68f4888 (patch)
treef58d90f0794d0980258603d2694cbcd737a0a372 /tool
parent8a7419814cf8bd53f8ac6602c5e371545ecfeee4 (diff)
load.c: remove a redundant rb_str_freeze call
rb_file_expand_path_fast already performs the buffer shrinking rb_str_freeze does (via expand_path macro in file.c); the result of rb_fstring is always frozen, and that rb_fstring call is the last use of `expanded_path` in its scope. load.c (rb_construct_expanded_load_path): remove rb_str_freeze git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
0 files changed, 0 insertions, 0 deletions