From d5f1da1b095c6b234fe66f4a6a437c9f059e40a6 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 13 Dec 2011 09:03:21 +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/trunk@11231 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 156fbdf22..b0e1cd128 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;}