public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH ha-manager 1/2] test: ha tester: drop unused import
@ 2025-01-22 10:55 Fiona Ebner
  2025-01-22 10:55 ` [pve-devel] [PATCH ha-manager 2/2] test: ha tester: remove trailing whitespace Fiona Ebner
  2025-01-22 16:05 ` [pve-devel] applied: [PATCH ha-manager 1/2] test: ha tester: drop unused import Thomas Lamprecht
  0 siblings, 2 replies; 4+ messages in thread
From: Fiona Ebner @ 2025-01-22 10:55 UTC (permalink / raw)
  To: pve-devel

There is no user of File::Path remaining after commit 787b66e
("SimCluster: setup status dir inside new") which was the only user
of remove_tree(). make_path() was not used at all according to git
history.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
 src/test/ha-tester.pl | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/test/ha-tester.pl b/src/test/ha-tester.pl
index 8b73a58..8ff1629 100755
--- a/src/test/ha-tester.pl
+++ b/src/test/ha-tester.pl
@@ -4,8 +4,6 @@ use strict;
 use warnings;
 use Getopt::Long;
 
-use File::Path qw(make_path remove_tree);
-
 my $opt_nodiff;
 my $opt_nofail;
 my $opt_notestout;
-- 
2.39.5



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


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

end of thread, other threads:[~2025-01-22 16:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-22 10:55 [pve-devel] [PATCH ha-manager 1/2] test: ha tester: drop unused import Fiona Ebner
2025-01-22 10:55 ` [pve-devel] [PATCH ha-manager 2/2] test: ha tester: remove trailing whitespace Fiona Ebner
2025-01-22 16:05   ` [pve-devel] applied: " Thomas Lamprecht
2025-01-22 16:05 ` [pve-devel] applied: [PATCH ha-manager 1/2] test: ha tester: drop unused import Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal