2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-06-18 09:30:48 +00:00

Remove use SNMP from pdu

This commit is contained in:
Jarrod Johnson
2020-08-13 08:48:07 -04:00
parent 22a5b1862a
commit f503115b7e
-1
View File
@@ -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 ($@) {