[pve-devel] [PATCH storage] api: scan: remove unnecessary 'use PVE::SysFSTools'
Dominik Csapak
d.csapak at proxmox.com
Thu Jan 22 11:37:07 CET 2026
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 <d.csapak at proxmox.com>
---
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
More information about the pve-devel
mailing list