[pve-devel] [PATCH qemu-server v2 18/49] drive: drop invalid export of get_scsi_devicetype
Fiona Ebner
f.ebner at proxmox.com
Tue Jul 1 17:40:38 CEST 2025
The function is called 'get_scsi_device_type' and all callers already
use the full package prefix to call it.
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
src/PVE/QemuServer/Drive.pm | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/PVE/QemuServer/Drive.pm b/src/PVE/QemuServer/Drive.pm
index bc9fbc48..cd00f37d 100644
--- a/src/PVE/QemuServer/Drive.pm
+++ b/src/PVE/QemuServer/Drive.pm
@@ -21,7 +21,6 @@ our @EXPORT_OK = qw(
drive_is_cloudinit
drive_is_cdrom
drive_is_read_only
- get_scsi_devicetype
parse_drive
print_drive
storage_allows_io_uring_default
--
2.47.2
More information about the pve-devel
mailing list