summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-17 14:12:32 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-02-27 21:21:35 +0100
commita123d2aec2ad70122a24e2dc96268051811c9987 (patch)
tree493f61f82d659efd5fc427db3d676208d085bc8e
parentfea5721f74d72bea2d2429644d966edcee471cf6 (diff)
downloadbundler-automultiplatform_again.tar.gz
Revert "Revert "Remove now unused method""automultiplatform_again
This reverts commit 13cef81582858af9509726f3a24a817cf029ad9b.
-rw-r--r--lib/bundler/definition.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bundler/definition.rb b/lib/bundler/definition.rb
index 1bffdbcc6f..fca7d35aaa 100644
--- a/lib/bundler/definition.rb
+++ b/lib/bundler/definition.rb
@@ -523,10 +523,6 @@ module Bundler
raise InvalidOption, "Unable to remove the platform `#{platform}` since the only platforms are #{@platforms.join ", "}"
end
- def add_current_platform
- current_platforms.each {|platform| add_platform(platform) }
- end
-
def find_resolved_spec(current_spec)
specs.find_by_name_and_platform(current_spec.name, current_spec.platform)
end