this isn't in use here anymore since commit: 0e30b31 (api: get rid of moved 'usb' call)
So let's remove the use statement here. Signed-off-by: Dominik Csapak <[email protected]> --- noticed while looking for users of that module src/PVE/API2/Storage/Scan.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PVE/API2/Storage/Scan.pm b/src/PVE/API2/Storage/Scan.pm index 71f5457..dc1c606 100644 --- a/src/PVE/API2/Storage/Scan.pm +++ b/src/PVE/API2/Storage/Scan.pm @@ -10,7 +10,6 @@ use PVE::RESTHandler; use PVE::SafeSyslog; use PVE::Storage::LVMPlugin; use PVE::Storage; -use PVE::SysFSTools; use base qw(PVE::RESTHandler); -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
