summaryrefslogtreecommitdiff
path: root/lib/bundler/lazy_specification.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/lazy_specification.rb')
-rw-r--r--lib/bundler/lazy_specification.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/bundler/lazy_specification.rb b/lib/bundler/lazy_specification.rb
index 9f75c7bab2..5b40bec5a8 100644
--- a/lib/bundler/lazy_specification.rb
+++ b/lib/bundler/lazy_specification.rb
@@ -93,14 +93,6 @@ module Bundler
__materialize__(candidates)
end
- def materialize_for_resolution
- return self unless Gem::Platform.match_spec?(self)
-
- candidates = source.specs.search(self)
-
- __materialize__(candidates)
- end
-
def __materialize__(candidates)
@specification = begin
search = candidates.reverse.find do |spec|