Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
---
include/odp/api/spec/queue.h | 5 -----
platform/linux-generic/include/odp/api/queue.h | 12 ------------
2 files changed, 17 deletions(-)
diff --git a/include/odp/api/spec/queue.h b/include/odp/api/spec/queue.h
index 73598be06d93..3cd99a9f3035 100644
--- a/include/odp/api/spec/queue.h
+++ b/include/odp/api/spec/queue.h
@@ -32,11 +32,6 @@ extern "C" {
* ODP queue
*/
-/**
- * @typedef odp_queue_group_t
- * Queue group instance type
- */
-
/**
* @def ODP_QUEUE_INVALID
* Invalid queue
diff --git a/platform/linux-generic/include/odp/api/queue.h
b/platform/linux-generic/include/odp/api/queue.h
index adceafbd1c3b..f958ff5140c8 100644
--- a/platform/linux-generic/include/odp/api/queue.h
+++ b/platform/linux-generic/include/odp/api/queue.h
@@ -23,18 +23,6 @@ extern "C" {
#include <odp/api/plat/buffer_types.h>
#include <odp/api/plat/pool_types.h>
-/** @ingroup odp_queue
- * @{
- */
-
-/* REMOVE FROM API SPEC. Typedef needed only for suppressing Doxygen
- * warning. */
-typedef void odp_queue_group_t;
-
-/**
- * @}
- */
-
#include <odp/api/spec/queue.h>
#ifdef __cplusplus
--
2.14.2