From 2390d4562d094411adb994844c602279b52ac42f Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 16 Nov 2024 22:04:25 +0100 Subject: [PATCH] refactor: unneeded `get_associated_quantity` forward declaration removed --- src/core/include/mp-units/framework/quantity_spec.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/include/mp-units/framework/quantity_spec.h b/src/core/include/mp-units/framework/quantity_spec.h index 7d99f053..d707f1c1 100644 --- a/src/core/include/mp-units/framework/quantity_spec.h +++ b/src/core/include/mp-units/framework/quantity_spec.h @@ -116,9 +116,6 @@ template requires requires { Q::dimension; } using to_dimension = MP_UNITS_NONCONST_TYPE(Q::dimension); -template -[[nodiscard]] consteval auto get_associated_quantity(U); - template [[nodiscard]] consteval QuantitySpec auto clone_kind_of(Q q);