summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHibariya <hibariya@gmail.com>2018-08-10 20:17:12 +0900
committerHibariya <hibariya@gmail.com>2018-08-10 20:17:12 +0900
commit88ea68f800d463f09622b9ef6c4331f704a6bd98 (patch)
tree51b7af2a3cc6c9c3c775f2f7420cc42b61886169
parent0b9f0189ae9d3cd081b9e7b55eb3717938c727e3 (diff)
downloadbundler-88ea68f800d463f09622b9ef6c4331f704a6bd98.tar.gz
Just remove the method since it looks like not used anymore
-rw-r--r--lib/bundler/gem_helper.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/bundler/gem_helper.rb b/lib/bundler/gem_helper.rb
index 5b2147e503..8ed1af231f 100644
--- a/lib/bundler/gem_helper.rb
+++ b/lib/bundler/gem_helper.rb
@@ -187,11 +187,6 @@ module Bundler
out
end
- def sh_with_code(cmd, &block)
- outbuf, status = sh_with_status(cmd, &block)
- [outbuf, (status && status.exitstatus) || -1]
- end
-
if RUBY_VERSION >= "1.9"
def sh_with_status(cmd, &block)
Bundler.ui.debug(cmd)