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 ($@) {