From 43713afa5f87d15c4ab82602c27d17cea65dd62c Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Fri, 11 Dec 2015 17:14:51 +0800 Subject: test-bot: remove dead code --- Library/Homebrew/cmd/test-bot.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index e742656f8..fec1eab39 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -898,9 +898,7 @@ module Homebrew safe_system "brew", "tap", tap.name end - if ARGV.include? "--ci-reset-and-update" - return test_bot_ci_reset_and_update - elsif ARGV.include? "--ci-upload" + if ARGV.include? "--ci-upload" return test_ci_upload(tap) end -- cgit v1.2.3