remove unnecessary code

release/4.3a0
Varun Agrawal 2023-06-08 09:37:11 -04:00
parent 8a8f146517
commit ff1ea32fab
1 changed files with 0 additions and 1 deletions

View File

@ -627,7 +627,6 @@ namespace gtsam {
NodePtr fi = compose(functions.begin(), functions.end(), label); NodePtr fi = compose(functions.begin(), functions.end(), label);
choiceOnHighestLabel->push_back(fi); choiceOnHighestLabel->push_back(fi);
} }
// return Choice::ComputeNrAssignments(Choice::Unique(choiceOnHighestLabel));
return Choice::Unique(choiceOnHighestLabel); return Choice::Unique(choiceOnHighestLabel);
} }
} }