From b0ba35d2bd58e97de51b01dcac09bb729dd94001 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Fri, 2 Sep 2022 15:13:24 -0400 Subject: [PATCH] remove unused variable in testSimilarity2 --- gtsam/geometry/tests/testSimilarity2.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtsam/geometry/tests/testSimilarity2.cpp b/gtsam/geometry/tests/testSimilarity2.cpp index dd4fd0efd..ca041fc7b 100644 --- a/gtsam/geometry/tests/testSimilarity2.cpp +++ b/gtsam/geometry/tests/testSimilarity2.cpp @@ -33,8 +33,6 @@ static const Point2 P(0.2, 0.7); static const Rot2 R = Rot2::fromAngle(0.3); static const double s = 4; -const double degree = M_PI / 180; - //****************************************************************************** TEST(Similarity2, Concepts) { BOOST_CONCEPT_ASSERT((IsGroup));