Commit 49e37aa8 authored by Fabio Pelosin's avatar Fabio Pelosin

[LocalPod] Deleted unnecessary #subspecs method.

parent d20312c0
......@@ -78,14 +78,6 @@ module Pod
@sandbox.root + top_specification.name
end
# @return [Array<Specification>] The subspecs activated for the pod.
#
# @todo It this still being used?
#
def subspecs
specifications.reject{|s| s.parent.nil? }
end
# @return [String] A string representation of the pod which indicates if
# the pods comes from a local source.
#
......
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