revert perf change

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12278 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-04-19 15:32:28 +00:00
parent bf313c1b3f
commit 40ae98400f

View File

@ -818,23 +818,6 @@ sub preprocess_nodes {
return undef;
}
}
%::CEC_FRAME_CHILDREN;
if ( $request->{fsp_api} == 1 || $request->{command} =~ /^(mkhwconn|rmhwconn)$/) {
my @ps = $tabs{ppc}->getAllNodeAttribs(['node','parent','nodetype']);
for my $entry ( @ps ) {
my $tmp_parent = $entry->{parent};
my $tmp_node = $entry->{node};
my $tmp_type = $entry->{nodetype};
if(defined($tmp_node) && defined($tmp_type) && ($tmp_type =~ /^(fsp|bpa)$/ && $tmp_parent) ) {
#print "$tmp_node\n";
$::CEC_FRAME_CHILDREN{$tmp_parent} .= "$tmp_node,";
}
}
}
# print Dumper(\%::CEC_FRAME_CHILDREN);
##########################################
# Group nodes