aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/update.rb
diff options
context:
space:
mode:
authorJack Nagel2015-05-27 21:57:41 -0400
committerJack Nagel2015-05-27 21:57:41 -0400
commitefd52da101cbed109d8045c02fcf0cdc4ffa7989 (patch)
treee17dbfccefbc7a21403ef547340c632fd6aa96ab /Library/Homebrew/cmd/update.rb
parent6db8e1c5a910158f1476abdd7513b8f1093b7281 (diff)
downloadbrew-efd52da101cbed109d8045c02fcf0cdc4ffa7989.tar.bz2
Remove dead code
Diffstat (limited to 'Library/Homebrew/cmd/update.rb')
-rw-r--r--Library/Homebrew/cmd/update.rb12
1 files changed, 0 insertions, 12 deletions
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