aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorXu Cheng2016-01-15 19:46:10 +0800
committerXu Cheng2016-01-17 14:52:09 +0800
commitb73a6f195af2a29c618f453f55db98329010f385 (patch)
tree7ee587a85220e04c77cb0e0a3da796dd7251fd2b /Library/Homebrew/cmd
parent39eb93e0f5ea8276add9e7a4db660ac69db02002 (diff)
downloadbrew-b73a6f195af2a29c618f453f55db98329010f385.tar.bz2
test-bot: remove dead code
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index d02373973..6d70df6b9 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -287,12 +287,6 @@ module Homebrew
end.compact
end
- def brew_update
- return unless current_branch == "master"
- success = quiet_system "brew", "update"
- success ||= quiet_system "brew", "update"
- end
-
@category = __method__
@start_branch = current_branch