aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/pathname.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-08 23:09:44 -0700
committerAdam Vandenberg2013-06-09 07:32:06 -0700
commita60eed48bcff30d309ce10f62260c8e92bd691a9 (patch)
tree5dba860be16877ed9adcae6104d5001f8dcf1af0 /Library/Homebrew/extend/pathname.rb
parent4c9ac19e878750cf2c2832759d9902796079d9f0 (diff)
downloadbrew-a60eed48bcff30d309ce10f62260c8e92bd691a9.tar.bz2
Remove adamv-alt references.
Closes Homebrew/homebrew#20364.
Diffstat (limited to 'Library/Homebrew/extend/pathname.rb')
-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|