From: Matias Elo <matias....@nokia.com>

ODP_SHM_INVALID should be used instead.

Signed-off-by: Matias Elo <matias....@nokia.com>
---
/** Email created from pull request 668 (matiaselo:dev/del_shm_null)
 ** https://github.com/Linaro/odp/pull/668
 ** Patch: https://github.com/Linaro/odp/pull/668.patch
 ** Base sha: 9b2b5a9695ad66977c964c83691cd2fef4c45b85
 ** Merge commit sha: fbac93c6fb1dd7f771279dc8a32bae63a951e7bc
 **/
 include/odp/api/abi-default/shared_memory.h                  | 1 -
 include/odp/api/spec/shared_memory.h                         | 5 -----
 .../linux-generic/include-abi/odp/api/abi/shared_memory.h    | 1 -
 3 files changed, 7 deletions(-)

diff --git a/include/odp/api/abi-default/shared_memory.h 
b/include/odp/api/abi-default/shared_memory.h
index 888e140be..fdc93ea1d 100644
--- a/include/odp/api/abi-default/shared_memory.h
+++ b/include/odp/api/abi-default/shared_memory.h
@@ -21,7 +21,6 @@ typedef struct { char dummy; /**< @internal Dummy */ } 
_odp_abi_shm_t;
 typedef _odp_abi_shm_t *odp_shm_t;
 
 #define ODP_SHM_INVALID   ((odp_shm_t)0)
-#define ODP_SHM_NULL      ODP_SHM_INVALID
 #define ODP_SHM_NAME_LEN  32
 
 /**
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
@@ -35,11 +35,6 @@ extern "C" {
  * Invalid shared memory block
  */
 
-/**
- * @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
diff --git a/platform/linux-generic/include-abi/odp/api/abi/shared_memory.h 
b/platform/linux-generic/include-abi/odp/api/abi/shared_memory.h
index 4e6d48051..648bd1ee3 100644
--- a/platform/linux-generic/include-abi/odp/api/abi/shared_memory.h
+++ b/platform/linux-generic/include-abi/odp/api/abi/shared_memory.h
@@ -28,7 +28,6 @@ extern "C" {
 typedef ODP_HANDLE_T(odp_shm_t);
 
 #define ODP_SHM_INVALID _odp_cast_scalar(odp_shm_t, 0)
-#define ODP_SHM_NULL ODP_SHM_INVALID
 
 #define ODP_SHM_NAME_LEN 32
 

Reply via email to