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;