mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Remove unused assignment
As far as I can tell, this variable doesn't exist before this assignment and is immediately overwritten with the result of the method call so I don't think it needs to be here?
This commit is contained in:
parent
0b841d63fd
commit
f90ef4839e
1 changed files with 0 additions and 1 deletions
|
|
@ -794,7 +794,6 @@ module Vmpooler
|
|||
end
|
||||
|
||||
versions.each do |version|
|
||||
targets = []
|
||||
targets = select_least_used_hosts(architectures[version], percentage)
|
||||
architectures[version] = targets
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue