[pve-devel] [PATCH ha-manager 1/2] test: ha tester: drop unused import
Fiona Ebner
f.ebner at proxmox.com
Wed Jan 22 11:55:19 CET 2025
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 at 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
More information about the pve-devel
mailing list