[pve-devel] [PATCH container v2 1/4] remove unused Data::Dumper
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Aug 22 15:43:22 CEST 2017
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
src/PVE/LXC.pm | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
index 3beba8c..e3433fb 100644
--- a/src/PVE/LXC.pm
+++ b/src/PVE/LXC.pm
@@ -26,8 +26,6 @@ use PVE::Syscall;
use PVE::LXC::Config;
use Time::HiRes qw (gettimeofday);
-use Data::Dumper;
-
my $nodename = PVE::INotify::nodename();
my $cpuinfo= PVE::ProcFSTools::read_cpuinfo();
--
2.11.0
More information about the pve-devel
mailing list