Skip to content
Snippets Groups Projects
Commit 36b7bae9 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

test-bot: remove unused variables.

parent 95a8a50a
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment