diff --git a/Library/Homebrew/dev-cmd/unbottled.rb b/Library/Homebrew/dev-cmd/unbottled.rb index 94e0c5b5e3..882ae23127 100644 --- a/Library/Homebrew/dev-cmd/unbottled.rb +++ b/Library/Homebrew/dev-cmd/unbottled.rb @@ -123,8 +123,6 @@ module Homebrew uses_hash = {} all_formulae.each do |f| - next unless f.core_formula? - deps = f.recursive_dependencies do |_, dep| Dependency.prune if dep.optional? end.map(&:to_formula)