all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH storage] api: scan: remove unnecessary 'use PVE::SysFSTools'
@ 2026-01-22 10:37 Dominik Csapak
  2026-01-22 12:58 ` [pve-devel] applied: " Fiona Ebner
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2026-01-22 10:37 UTC (permalink / raw)
  To: pve-devel

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@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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-22 12:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-22 10:37 [pve-devel] [PATCH storage] api: scan: remove unnecessary 'use PVE::SysFSTools' Dominik Csapak
2026-01-22 12:58 ` [pve-devel] applied: " Fiona Ebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal