diff mbox series

[12/29] abi: classification: drop two unused types

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

Commit Message

Dmitry Eremin-Solenikov Oct. 23, 2017, 11:10 a.m. UTC
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
 include/odp/api/spec/classification.h                   | 11 -----------
 platform/linux-generic/include/odp/api/classification.h | 13 -------------
 2 files changed, 24 deletions(-)

-- 
2.14.2
diff mbox series

Patch

diff --git a/include/odp/api/spec/classification.h b/include/odp/api/spec/classification.h
index 0c4a95c5f6e7..d0d51d1fb2b8 100644
--- a/include/odp/api/spec/classification.h
+++ b/include/odp/api/spec/classification.h
@@ -30,11 +30,6 @@  extern "C" {
  * ODP Class of service handle
  */
 
-/**
- * @typedef odp_flowsig_t
- * flow signature type, only used for packet metadata field.
- */
-
 /**
  * @def ODP_COS_INVALID
  * This value is returned from odp_cls_cos_create() on failure,
@@ -389,12 +384,6 @@  int odp_cos_with_l3_qos(odp_pktio_t pktio_in,
 			odp_bool_t l3_preference);
 
 
-/**
- * @typedef odp_cos_flow_set_t
- * Set of header fields that take part in flow signature hash calculation:
- * bit positions per odp_cos_hdr_flow_fields_t enumeration.
- */
-
 /**
  * @typedef odp_pmr_t
  * PMR - Packet Matching Rule
diff --git a/platform/linux-generic/include/odp/api/classification.h b/platform/linux-generic/include/odp/api/classification.h
index 2ba6eb0eb6b0..377d1a02f7e8 100644
--- a/platform/linux-generic/include/odp/api/classification.h
+++ b/platform/linux-generic/include/odp/api/classification.h
@@ -24,19 +24,6 @@  extern "C" {
 #include <odp/api/plat/packet_io_types.h>
 #include <odp/api/plat/queue_types.h>
 
-/** @ingroup odp_classification
- *  @{
- */
-
-/* REMOVE THESE FROM API SPEC. Typedefs needed only for suppressing Doxygen
- * warning. */
-typedef void odp_flowsig_t;
-typedef void odp_cos_flow_set_t;
-
-/**
- * @}
- */
-
 #include <odp/api/spec/classification.h>
 
 #ifdef __cplusplus