aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include-abi
diff options
context:
space:
mode:
authorStanislaw Kardach <skardach@marvell.com>2020-07-29 16:17:48 +0200
committerMatias Elo <matias.elo@nokia.com>2020-09-03 12:34:25 +0300
commitf9178697319c8ea8c13d4ae01ea6b1df20ea5079 (patch)
tree58965f1994ae820c566af7186065c4d9503b2a26 /platform/linux-generic/include-abi
parent0f0bb46ec140ac566ef7115a17cf71cfe1db3eb9 (diff)
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 <skardach@marvell.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Jerin Jacob <jerinj@marvell.com> Reviewed-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Diffstat (limited to 'platform/linux-generic/include-abi')
-rw-r--r--platform/linux-generic/include-abi/odp/api/abi/pool.h6
1 files changed, 0 insertions, 6 deletions
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;
-
/**
* @}
*/