[pve-devel] [PATCH cluster 4/4] pvecm: module cleanup: remove unused modules
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Nov 13 10:16:37 CET 2017
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
data/PVE/CLI/pvecm.pm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/data/PVE/CLI/pvecm.pm b/data/PVE/CLI/pvecm.pm
index 0e1ecb4..a0c676f 100755
--- a/data/PVE/CLI/pvecm.pm
+++ b/data/PVE/CLI/pvecm.pm
@@ -2,12 +2,8 @@ package PVE::CLI::pvecm;
use strict;
use warnings;
-use Getopt::Long;
-use IO::File;
-use IO::Socket::IP;
-use POSIX;
+
use Net::IP;
-use File::Basename;
use PVE::Tools qw(run_command);
use PVE::Cluster;
use PVE::INotify;
--
2.11.0
More information about the pve-devel
mailing list