From a60eed48bcff30d309ce10f62260c8e92bd691a9 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 8 Jun 2013 23:09:44 -0700 Subject: Remove adamv-alt references. Closes Homebrew/homebrew#20364. --- Library/Homebrew/extend/pathname.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Library/Homebrew/extend') diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb index b6a47d520..1b0bf8b27 100644 --- a/Library/Homebrew/extend/pathname.rb +++ b/Library/Homebrew/extend/pathname.rb @@ -344,14 +344,6 @@ class Pathname end def find_formula - # remove special casing once tap is established and alt removed - if self == HOMEBREW_LIBRARY/"Taps/adamv-alt" - all_formula do |file| - yield file - end - return - end - [self/:Formula, self/:HomebrewFormula, self].each do |d| if d.exist? d.children.map{ |child| child.relative_path_from(self) }.each do |pn| -- cgit v1.2.3