From efd52da101cbed109d8045c02fcf0cdc4ffa7989 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 27 May 2015 21:57:41 -0400 Subject: Remove dead code --- Library/Homebrew/cmd/update.rb | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/update.rb b/Library/Homebrew/cmd/update.rb index 67bc09d8b..99f84806e 100644 --- a/Library/Homebrew/cmd/update.rb +++ b/Library/Homebrew/cmd/update.rb @@ -238,18 +238,6 @@ class Report dump_formula_report :D, "Deleted Formulae" end - def tapped_formula_for key - fetch(key, []).select { |path| HOMEBREW_TAP_PATH_REGEX === path.to_s } - end - - def new_tapped_formula - tapped_formula_for :A - end - - def removed_tapped_formula - tapped_formula_for :D - end - def select_formula key fetch(key, []).map do |path| case path.to_s -- cgit v1.2.3