Skip to content
Snippets Groups Projects
Commit 368ba306 authored by Jack Nagel's avatar Jack Nagel
Browse files

Don't accept Formula objects as dep specs

It was pointed out that this isn't used at all.
parent 7ea15918
No related branches found
No related tags found
No related merge requests found
......@@ -66,8 +66,6 @@ class DependencyCollector
else
raise "#{spec} is not a Requirement subclass"
end
when Formula
Dependency.new(spec.name, tag)
else
raise "Unsupported type #{spec.class} for #{spec}"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment