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:
@@ -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 ($@) {
|
||||
|
||||
Reference in New Issue
Block a user