diff options
author | Hibariya <hibariya@gmail.com> | 2018-08-10 20:17:12 +0900 |
---|---|---|
committer | Hibariya <hibariya@gmail.com> | 2018-08-10 20:17:12 +0900 |
commit | 88ea68f800d463f09622b9ef6c4331f704a6bd98 (patch) | |
tree | 51b7af2a3cc6c9c3c775f2f7420cc42b61886169 /lib/bundler/gem_helper.rb | |
parent | 0b9f0189ae9d3cd081b9e7b55eb3717938c727e3 (diff) | |
download | bundler-88ea68f800d463f09622b9ef6c4331f704a6bd98.tar.gz |
Just remove the method since it looks like not used anymore
Diffstat (limited to 'lib/bundler/gem_helper.rb')
-rw-r--r-- | lib/bundler/gem_helper.rb | 5 |
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) |