mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-02-15 05:57:39 +03:00
print_cpu_device: remove unused variable
This commit is contained in:
parent
7032e08c85
commit
df58868200
@ -1720,8 +1720,6 @@ sub print_cpu_device {
|
||||
$cpu = $cpuconf->{cputype};
|
||||
}
|
||||
|
||||
my $sockets = 1;
|
||||
$sockets = $conf->{sockets} if $conf->{sockets};
|
||||
my $cores = $conf->{cores} || 1;
|
||||
|
||||
my $current_core = ($id - 1) % $cores;
|
||||
|
Loading…
x
Reference in New Issue
Block a user