[pve-devel] [PATCH qemu-server 07/31] remove unused $nic_model_list_txt variable

Fiona Ebner f.ebner at proxmox.com
Wed Jun 25 17:56:30 CEST 2025


The last usage of this was removed by commit 52261945 ("improve
documentation").

Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
 src/PVE/QemuServer.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/PVE/QemuServer.pm b/src/PVE/QemuServer.pm
index 792ed1cc..2335703b 100644
--- a/src/PVE/QemuServer.pm
+++ b/src/PVE/QemuServer.pm
@@ -871,7 +871,6 @@ my $nic_model_list = [
     'virtio',
     'vmxnet3',
 ];
-my $nic_model_list_txt = join(' ', sort @$nic_model_list);
 
 my $net_fmt_bridge_descr = <<__EOD__;
 Bridge to attach the network device to. The Proxmox VE standard bridge
-- 
2.47.2





More information about the pve-devel mailing list