diff options
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/update.rb | 12 |
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 |
