aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/shared_memory.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2018-08-09 11:19:28 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-11-28 17:16:37 +0300
commit62782960967bd58553139d6b20f91a5849a2c288 (patch)
tree2dae238c7207865c94b73b2a80e39b7734f09591 /include/odp/api/spec/shared_memory.h
parente6a9fa3c8d910fcc0f31cf5f3334addf3246d482 (diff)
api: shm: remove unused ODP_SHM_NULL define
ODP_SHM_INVALID should be used instead. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp/api/spec/shared_memory.h')
-rw-r--r--include/odp/api/spec/shared_memory.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/odp/api/spec/shared_memory.h b/include/odp/api/spec/shared_memory.h
index 898f41233..c18275cb1 100644
--- a/include/odp/api/spec/shared_memory.h
+++ b/include/odp/api/spec/shared_memory.h
@@ -36,11 +36,6 @@ extern "C" {
*/
/**
- * @def ODP_SHM_NULL
- * Synonym for buffer pool use
- */
-
-/**
* @def ODP_SHM_NAME_LEN
* Maximum shared memory block name length in chars including null char
*/