summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/specification.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
index ddcd0aa327..a2b982cd74 100644
--- a/lib/rubygems/specification.rb
+++ b/lib/rubygems/specification.rb
@@ -1006,7 +1006,6 @@ class Gem::Specification < Gem::BasicSpecification
# Return currently unresolved specs that contain the file matching +path+.
def self.find_in_unresolved(path)
- # TODO: do we need these?? Kill it
specs = unresolved_deps.values.map {|dep| dep.to_specs }.flatten
specs.find_all {|spec| spec.contains_requirable_file? path }