From f468d1a5d38a614ce3e8cfb5b531fec41190efcf Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 17 Jul 2013 14:55:13 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/ipmi.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index 575bcafaa..4b8328b1b 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -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);