aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_event_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/include/odp_event_internal.h')
-rw-r--r--platform/linux-generic/include/odp_event_internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/linux-generic/include/odp_event_internal.h b/platform/linux-generic/include/odp_event_internal.h
index 92f201b01..60788fd52 100644
--- a/platform/linux-generic/include/odp_event_internal.h
+++ b/platform/linux-generic/include/odp_event_internal.h
@@ -79,11 +79,6 @@ static inline _odp_event_hdr_t *_odp_event_hdr(odp_event_t event)
return (_odp_event_hdr_t *)(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;