From a0e0692fa572fe11c089023d8b3908e35dfa278a Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 13 Dec 2011 09:05:25 +0000 Subject: [PATCH] Fixing bug 3458863: removed unnecessary and having issue codes git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@11232 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/PPC.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xCAT-server/lib/perl/xCAT/PPC.pm b/xCAT-server/lib/perl/xCAT/PPC.pm index f6d7cac81..132809ce2 100644 --- a/xCAT-server/lib/perl/xCAT/PPC.pm +++ b/xCAT-server/lib/perl/xCAT/PPC.pm @@ -1862,11 +1862,6 @@ sub preprocess_request { return; } foreach my $node (@missednodes) { - my ($ent) = $ppctab->getNodeAttribs( $node, "hcp"); - if (defined($ent)) { - push @{$hcp_hash{$node}{nodes}}, $node; - next; - } my $ent=$ppctab->getNodeAttribs($node,['hcp']); #if (defined($ent->{hcp})) { push @{$hcp_hash{$ent->{hcp}}{nodes}}, $node;}