From ff1ea32fabbd8c5c33af61f4e163c31a81e90208 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Thu, 8 Jun 2023 09:37:11 -0400 Subject: [PATCH] remove unnecessary code --- gtsam/discrete/DecisionTree-inl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gtsam/discrete/DecisionTree-inl.h b/gtsam/discrete/DecisionTree-inl.h index bf2c4e1a9..be083236e 100644 --- a/gtsam/discrete/DecisionTree-inl.h +++ b/gtsam/discrete/DecisionTree-inl.h @@ -627,7 +627,6 @@ namespace gtsam { NodePtr fi = compose(functions.begin(), functions.end(), label); choiceOnHighestLabel->push_back(fi); } - // return Choice::ComputeNrAssignments(Choice::Unique(choiceOnHighestLabel)); return Choice::Unique(choiceOnHighestLabel); } }