Remove unused method expand_deps.

This commit is contained in:
Adam Vandenberg 2009-12-08 15:44:06 -08:00 committed by Max Howell
parent 7bd938206e
commit 596d26f8b4

View File

@ -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