From 5559e71b729aed84e54e0bada11a1a87e134b38b Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Thu, 6 Aug 2009 09:01:22 +0000 Subject: [PATCH] remove one line useless comment git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3957 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/ib/scripts/healthCheck | 2 -- 1 file changed, 2 deletions(-) diff --git a/xCAT-server/share/xcat/ib/scripts/healthCheck b/xCAT-server/share/xcat/ib/scripts/healthCheck index 5f0b50792..9b06523f5 100644 --- a/xCAT-server/share/xcat/ib/scripts/healthCheck +++ b/xCAT-server/share/xcat/ib/scripts/healthCheck @@ -1097,7 +1097,6 @@ sub HCACheckAIX() return $::NOK; } - #If --speed or --width is not set, this two hashes is used to record the speed and width of a interface. my $host; my $hca_id; my $port; @@ -1270,7 +1269,6 @@ sub HCACheckLinux() return $::NOK; } - #If --speed or --width is not set, this two hashes is used to record the speed and width of a interface. my $host; my $hca_id; my $port;