From 8d0b643bb3a5dcec64c1d71052231f977ca29ecd Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 11 May 2022 11:10:15 +0200 Subject: [PATCH] refactor: :boom: !`named_derived_unit` removed as it was not used --- src/core/include/units/unit.h | 23 ----------------------- 1 file changed, 23 deletions(-) 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 *