one less block in mac dep

This commit is contained in:
Bob W. Hogg 2016-09-22 08:36:10 -04:00
parent fc1f4e4193
commit 57c2c560a1

View File

@ -1,7 +1,6 @@
class DependencyCollector
def ant_dep(spec, tags)
if MacOS.version >= :mavericks
return if MacOS.version < :mavericks
Dependency.new(spec.to_s, tags)
end
end
end