diff --git a/src/core/include/units/unit.h b/src/core/include/units/unit.h index 81cec37b..be9c3ff2 100644 --- a/src/core/include/units/unit.h +++ b/src/core/include/units/unit.h @@ -161,29 +161,6 @@ struct derived_unit : downcast_dispatch - requires detail::same_scaled_units -struct named_derived_unit : downcast_dispatch> { - static constexpr bool is_named = true; - static constexpr auto symbol = Symbol; - using prefix_family = PF; -}; - /** * @brief An aliased named unit *