From f9178697319c8ea8c13d4ae01ea6b1df20ea5079 Mon Sep 17 00:00:00 2001 From: Stanislaw Kardach Date: Wed, 29 Jul 2020 16:17:48 +0200 Subject: abi: remove unused odp_pool_type_t Values inside it are explicitly defined in spec which eliminates the need for this typedef. Additionally it's not present anywhere in the spec, which makes it seem like a forgotten type to remove. Signed-off-by: Stanislaw Kardach Reviewed-by: Petri Savolainen Reviewed-by: Matias Elo Reviewed-by: Jerin Jacob Reviewed-by: Nithin Dabilpuram --- platform/linux-generic/include-abi/odp/api/abi/pool.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'platform/linux-generic/include-abi') diff --git a/platform/linux-generic/include-abi/odp/api/abi/pool.h b/platform/linux-generic/include-abi/odp/api/abi/pool.h index 9ac1cf673..56ad7f84a 100644 --- a/platform/linux-generic/include-abi/odp/api/abi/pool.h +++ b/platform/linux-generic/include-abi/odp/api/abi/pool.h @@ -31,12 +31,6 @@ typedef ODP_HANDLE_T(odp_pool_t); #define ODP_POOL_NAME_LEN 32 -typedef enum odp_pool_type_t { - ODP_POOL_BUFFER = ODP_EVENT_BUFFER, - ODP_POOL_PACKET = ODP_EVENT_PACKET, - ODP_POOL_TIMEOUT = ODP_EVENT_TIMEOUT, -} odp_pool_type_t; - /** * @} */ -- cgit v1.2.3