aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-03-07 15:35:32 +0000
committerMike McQuaid2015-03-08 09:39:15 +0000
commit0a21211a8979d1bc8991b08b165a3412c6a52ee4 (patch)
treef51d3fbc00a72f70eecca86f22363c0be653d314 /Library
parent82feed575378e4019cc5aebc1b52550a5aa91a9a (diff)
downloadhomebrew-0a21211a8979d1bc8991b08b165a3412c6a52ee4.tar.bz2
test-bot: remove unused variables.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index 44b67574b..15c9f9767 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -457,7 +457,6 @@ module Homebrew
if formula.stable? && !ARGV.include?('--no-bottle')
bottle_args = ["--rb", canonical_formula_name]
if @tap
- tap_user, tap_repo = @tap.split "/"
bottle_args << "--root-url=#{BottleSpecification::DEFAULT_DOMAIN}/#{Bintray.repository(@tap)}"
end
bottle_args << { :puts_output_on_success => true }
@@ -569,8 +568,6 @@ module Homebrew
def formulae
changed_formulae_dependents = {}
- dependencies = []
- non_dependencies = []
@formulae.each do |formula|
formula_dependencies = Utils.popen_read("brew", "deps", formula).split("\n")