]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
remove unused use statements
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 28 Sep 2018 10:48:49 +0000 (12:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 Sep 2018 12:06:59 +0000 (14:06 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/PVE/HA/FenceConfig.pm
src/test/ha-tester.pl

index ed68bcada4786daaf9c54134f6458c06d89723b5..df25fae9415d40679df71f21268af9d916c9c265 100644 (file)
@@ -3,7 +3,6 @@ package PVE::HA::FenceConfig;
 use strict;
 use warnings;
 use PVE::Tools;
-use PVE::Cluster qw(cfs_register_file cfs_read_file cfs_write_file);
 
 sub parse_config {
     my ($fn, $raw) = @_;
index 7e88fc13a2be472914c24524ab37b58b76a5b074..1cd6dc966392b26c32414a9c0fb299463c70366b 100755 (executable)
@@ -6,9 +6,6 @@ use Getopt::Long;
 
 use File::Path qw(make_path remove_tree);
 
-use PVE::Tools;
-
-
 my $opt_nodiff;
 
 if (!GetOptions ("nodiff"   => \$opt_nodiff)) {