aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/extend')
-rw-r--r--Library/Homebrew/extend/pathname.rb8
1 files changed, 0 insertions, 8 deletions
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|