Skip to content

Commit

Permalink
[rubygems/rubygems] Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and hsbt committed Jun 18, 2020
1 parent 5f8ee14 commit 7aa6fec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/bundler/installer.rb
Expand Up @@ -202,8 +202,6 @@ def installation_parallelization(options)
return jobs
end

return 1 unless can_install_in_parallel?

Bundler.settings[:jobs] || processor_count
end

Expand Down Expand Up @@ -263,10 +261,6 @@ def warn_on_incompatible_bundler_deps
end
end

def can_install_in_parallel?
true
end

def install_in_parallel(size, standalone, force = false)
spec_installations = ParallelInstaller.call(self, @definition.specs, size, standalone, force)
spec_installations.each do |installation|
Expand Down

0 comments on commit 7aa6fec

Please sign in to comment.