Remove extraneous use from ipmi plugin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16990 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2013-07-17 14:55:13 +00:00
parent 9fdebefca8
commit f468d1a5d3

View File

@ -73,12 +73,6 @@ use IO::Socket;
use IO::Select;
use Class::Struct;
use Digest::MD5 qw(md5);
if ( -f "/etc/debian_verion" ){
use Digest::SHA qw(sha1);
}
else{
use Digest::SHA1 qw(sha1);
}
use POSIX qw(WNOHANG mkfifo strftime);
use Fcntl qw(:flock);