[pve-devel] applied: [PATCH ha-manager 02/12] remove unused use statements
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Sep 28 15:35:44 CEST 2018
On 9/28/18 12:48 PM, Fabian Grünbichler wrote:
> Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
> ---
> 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
More information about the pve-devel
mailing list