remove unused variable in testSimilarity2

release/4.3a0
Varun Agrawal 2022-09-02 15:13:24 -04:00
parent c7e75d2cd5
commit b0ba35d2bd
1 changed files with 0 additions and 2 deletions

View File

@ -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<Similarity2>));