From 4064656eb563449f7dc56b237de6489d5548e1fe Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 13 Jan 2011 15:36:49 +0000 Subject: [PATCH] remove unneeded call to get_xcatcfg git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8642 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Table.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-xCAT/xCAT/Table.pm b/perl-xCAT/xCAT/Table.pm index b01cd40ee..ecc0b7bfd 100644 --- a/perl-xCAT/xCAT/Table.pm +++ b/perl-xCAT/xCAT/Table.pm @@ -1815,7 +1815,6 @@ sub setNodesAttribs { my %cols = (); my @orderedcols=(); my $oldac = $self->{dbh}->{AutoCommit}; #save autocommit state - my $xcatcfg =get_xcatcfg(); # get current database $self->{dbh}->{AutoCommit}=0; #turn off autocommit for performance my $hashrec; my $colsmatch=1;