summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-06-19 18:44:44 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-10 12:08:15 +0200
commit3a2d2f025081755bdb38af660897e7b2f749a33a (patch)
tree62a20200c1f945dba0cdca3595d9f31b786b54e0
parent52c5a0eedec34b5d86464b3cf135dc2002486f1d (diff)
downloadbundler-3a2d2f025081755bdb38af660897e7b2f749a33a.tar.gz
Remove now unused method
-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 6d7257a715..c0cd4c84e3 100644
--- a/lib/bundler/definition.rb
+++ b/lib/bundler/definition.rb
@@ -518,10 +518,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