From f503115b7eb9db925a3e1eb64a49ad83312c2742 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 13 Aug 2020 08:48:07 -0400 Subject: [PATCH] Remove use SNMP from pdu --- xCAT-server/lib/xcat/plugins/pdu.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/pdu.pm b/xCAT-server/lib/xcat/plugins/pdu.pm index a994596165..50adc2454e 100644 --- a/xCAT-server/lib/xcat/plugins/pdu.pm +++ b/xCAT-server/lib/xcat/plugins/pdu.pm @@ -36,7 +36,6 @@ use strict; use Class::Struct; use XML::Simple; use Storable qw(dclone); -use SNMP; my $have_snmp = 1; eval "use SNMP"; if ($@) {