aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/include/odp_event_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-dpdk/include/odp_event_internal.h')
-rw-r--r--platform/linux-dpdk/include/odp_event_internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/linux-dpdk/include/odp_event_internal.h b/platform/linux-dpdk/include/odp_event_internal.h
index b3ce6c795..0614bbeae 100644
--- a/platform/linux-dpdk/include/odp_event_internal.h
+++ b/platform/linux-dpdk/include/odp_event_internal.h
@@ -79,11 +79,6 @@ static inline struct rte_mbuf *_odp_event_to_mbuf(odp_event_t event)
return (struct rte_mbuf *)(uintptr_t)event;
}
-static inline odp_event_type_t _odp_event_type(odp_event_t event)
-{
- return _odp_event_hdr(event)->event_type;
-}
-
static inline void _odp_event_type_set(odp_event_t event, int ev)
{
_odp_event_hdr(event)->event_type = ev;