Skip to content

Commit

Permalink
test: unused origin definition removed from concepts_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Aug 25, 2023
1 parent 6f1832c commit f37aa8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit_test/static/concepts_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f37aa8b

Please sign in to comment.