From 5cfc5221077df26bc379dd80d45ccb501e997f05 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 19 Apr 2012 15:34:07 +0000 Subject: [PATCH] revert perf change git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12279 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/PPC.pm | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/xCAT-server/lib/perl/xCAT/PPC.pm b/xCAT-server/lib/perl/xCAT/PPC.pm index bc97fc778..040121845 100644 --- a/xCAT-server/lib/perl/xCAT/PPC.pm +++ b/xCAT-server/lib/perl/xCAT/PPC.pm @@ -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