summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2020-07-22 18:30:45 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-28 12:11:47 +0900
commitdb0eab1c6f6612b5f49b79918be2ff55b2196352 (patch)
tree6d2b807feabcdb797909fe7d991659456340d6f9 /tool
parent126fd5f15cff0d3bf314d90d8c21a3ae25ae8e68 (diff)
Remove `EnvUtil.rubyexec`, because it is not used anywhere.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3351
Diffstat (limited to 'tool')
-rw-r--r--tool/lib/envutil.rb5
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