On 9/28/18 12:48 PM, Fabian Grünbichler wrote: > Signed-off-by: Fabian Grünbichler <[email protected]> > --- > src/PVE/HA/FenceConfig.pm | 1 - > src/test/ha-tester.pl | 3 --- > 2 files changed, 4 deletions(-) > > diff --git a/src/PVE/HA/FenceConfig.pm b/src/PVE/HA/FenceConfig.pm > index ed68bca..df25fae 100644 > --- a/src/PVE/HA/FenceConfig.pm > +++ b/src/PVE/HA/FenceConfig.pm > @@ -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) = @_; > diff --git a/src/test/ha-tester.pl b/src/test/ha-tester.pl > index 7e88fc1..1cd6dc9 100755 > --- a/src/test/ha-tester.pl > +++ b/src/test/ha-tester.pl > @@ -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)) { >
applied _______________________________________________ pve-devel mailing list [email protected] https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
