summaryrefslogtreecommitdiff
path: root/lib/bundler/gem_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/gem_helper.rb')
-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 ba996d8a85..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_code(cmd, &block)
- [outbuf, (status && status.exitstatus) || -1]
- end
-
if RUBY_VERSION >= "1.9"
def sh_with_status(cmd, &block)
Bundler.ui.debug(cmd)