Commit 1b7ccc4e authored by Marius Rackwitz's avatar Marius Rackwitz

Removed dead statement

parent 1576e278
......@@ -114,7 +114,6 @@ module Pod
library_targets = target.pod_targets.reject do |pod_target|
pod_target.should_build? && pod_target.requires_frameworks?
end
file_accessors = library_targets.flat_map(&:file_accessors)
resources_by_config = {}
target.user_build_configurations.keys.each do |config|
file_accessors = library_targets.select { |t| t.include_in_build_config?(config) }.flat_map(&:file_accessors)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment