From ed509f862884cc32f6577ec0b660129140b23dc1 Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Thu, 3 Feb 2022 09:26:11 +0200 Subject: api: cls: remove deprecated ODP_PMR_INVAL define MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove deprecated ODP_PMR_INVAL define API. Signed-off-by: Matias Elo Reviewed-by: Jere Leppänen Reviewed-by: Petri Savolainen --- platform/linux-generic/include-abi/odp/api/abi/classification.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'platform/linux-generic/include-abi') diff --git a/platform/linux-generic/include-abi/odp/api/abi/classification.h b/platform/linux-generic/include-abi/odp/api/abi/classification.h index 843e15f6c..342f4124c 100644 --- a/platform/linux-generic/include-abi/odp/api/abi/classification.h +++ b/platform/linux-generic/include-abi/odp/api/abi/classification.h @@ -18,7 +18,6 @@ extern "C" { #endif #include -#include /** @ingroup odp_classification * @{ @@ -30,14 +29,6 @@ typedef ODP_HANDLE_T(odp_cos_t); typedef ODP_HANDLE_T(odp_pmr_t); #define ODP_PMR_INVALID _odp_cast_scalar(odp_pmr_t, 0) -#if ODP_DEPRECATED_API -#define ODP_PMR_INVAL ODP_PMR_INVALID -#else -/* Required to prevent Doxygen warning */ -#define ODP_PMR_INVAL -#undef ODP_PMR_INVAL -#endif - #define ODP_COS_NAME_LEN 32 /** -- cgit v1.2.3