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

Reply via email to