diff options
author | Vít Ondruch <vondruch@redhat.com> | 2020-07-22 18:30:45 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-07-28 12:11:47 +0900 |
commit | db0eab1c6f6612b5f49b79918be2ff55b2196352 (patch) | |
tree | 6d2b807feabcdb797909fe7d991659456340d6f9 /tool | |
parent | 126fd5f15cff0d3bf314d90d8c21a3ae25ae8e68 (diff) | |
download | ruby-db0eab1c6f6612b5f49b79918be2ff55b2196352.tar.gz |
Remove `EnvUtil.rubyexec`, because it is not used anywhere.
Diffstat (limited to 'tool')
-rw-r--r-- | tool/lib/envutil.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tool/lib/envutil.rb b/tool/lib/envutil.rb index 0bd8bdbc2c..860ab30689 100644 --- a/tool/lib/envutil.rb +++ b/tool/lib/envutil.rb @@ -197,11 +197,6 @@ module EnvUtil end module_function :invoke_ruby - alias rubyexec invoke_ruby - class << self - alias rubyexec invoke_ruby - end - def verbose_warning class << (stderr = "".dup) alias write concat |