test: unused origin definition removed from concepts_test.cpp

This commit is contained in:
Mateusz Pusz
2023-08-25 20:28:24 +02:00
parent 6f1832ceb3
commit f37aa8bbd0

View File

@@ -40,8 +40,6 @@ using namespace mp_units;
inline constexpr struct my_origin : absolute_point_origin<isq::length> {
} my_origin;
inline constexpr struct another_origin : absolute_point_origin<isq::length> {
} another_origin;
inline constexpr struct my_relative_origin : relative_point_origin<my_origin + isq::length(42 * si::metre)> {
} my_relative_origin;