From f37aa8bbd008cd1370365a14285aa2f7bb0d8363 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 25 Aug 2023 20:28:24 +0200 Subject: [PATCH] test: unused origin definition removed from `concepts_test.cpp` --- test/unit_test/static/concepts_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/unit_test/static/concepts_test.cpp b/test/unit_test/static/concepts_test.cpp index 8095275d5..21c6cbcc5 100644 --- a/test/unit_test/static/concepts_test.cpp +++ b/test/unit_test/static/concepts_test.cpp @@ -40,8 +40,6 @@ using namespace mp_units; inline constexpr struct my_origin : absolute_point_origin { } my_origin; -inline constexpr struct another_origin : absolute_point_origin { -} another_origin; inline constexpr struct my_relative_origin : relative_point_origin { } my_relative_origin;