aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2009-12-08 15:44:06 -0800
committerMax Howell2009-12-19 20:35:44 +0000
commit75c43a29e838deff1cb03c7becaba095ff6c435c (patch)
treeb5cae12a8deef8032fe61cc2cd98e9fe18a7cd5a /Library
parent5a8944584e463c41382db14e208bfddea86fea03 (diff)
downloadhomebrew-75c43a29e838deff1cb03c7becaba095ff6c435c.tar.bz2
Remove unused method expand_deps.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/brew.h.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index 535b2502d..632ef72f0 100644
--- a/Library/Homebrew/brew.h.rb
+++ b/Library/Homebrew/brew.h.rb
@@ -235,15 +235,6 @@ def clean f
end
-def expand_deps ff
- deps = []
- ff.deps.collect do |f|
- deps += expand_deps(Formula.factory(f))
- end
- deps << ff
-end
-
-
def prune
$n=0
$d=0