remove unnecessary code
parent
8a8f146517
commit
ff1ea32fab
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue