diff mbox series

[v10,11/30] abi: queue: drop unused odp_queue_group_t

Message ID 20171027125014.27313-12-dmitry.ereminsolenikov@linaro.org
State New
Headers show
Series restructure headers for ABI-compat/platform-optimized modes | expand

Commit Message

Dmitry Eremin-Solenikov Oct. 27, 2017, 12:49 p.m. UTC
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
 include/odp/api/spec/queue.h                   |  5 -----
 platform/linux-generic/include/odp/api/queue.h | 12 ------------
 2 files changed, 17 deletions(-)

-- 
2.14.2
diff mbox series

Patch

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