aboutsummaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorStuart Haslam <stuart.haslam@linaro.org>2016-01-15 15:17:56 +0000
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-02-08 20:45:23 +0300
commit98662b5058afdcfd9dd08d8d9dfddebf589e8a87 (patch)
tree62a63fa1f16ab56be6e792bb2bccfd0d1180808e /platform
parent1927557c305385afc58927c65e34a34e5f98b319 (diff)
api: pktio: remove unused ODP_PKTIO_ANY
ODP_PKTIO_ANY is defined in the API header but there's no description of its intended use and it wouldn't make sense to pass it to the majority of exisitng APIs that take odp_pktio_t handles. It's not currently used anywhere, so remove it. Signed-off-by: Stuart Haslam <stuart.haslam@linaro.org> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform')
-rw-r--r--platform/linux-generic/include/odp/plat/packet_io_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/linux-generic/include/odp/plat/packet_io_types.h b/platform/linux-generic/include/odp/plat/packet_io_types.h
index 25f715137..934d7de97 100644
--- a/platform/linux-generic/include/odp/plat/packet_io_types.h
+++ b/platform/linux-generic/include/odp/plat/packet_io_types.h
@@ -42,8 +42,6 @@ typedef struct odp_pktout_queue_t {
#define ODP_PKTIO_INVALID _odp_cast_scalar(odp_pktio_t, 0)
-#define ODP_PKTIO_ANY _odp_cast_scalar(odp_pktio_t, ~0)
-
#define ODP_PKTIO_MACADDR_MAXSIZE 16
/** Get printable format of odp_pktio_t */