diff options
author | aaron <aaron@13f79535-47bb-0310-9956-ffa450edef68> | 2002-01-16 21:37:19 +0000 |
---|---|---|
committer | aaron <aaron@13f79535-47bb-0310-9956-ffa450edef68> | 2002-01-16 21:37:19 +0000 |
commit | 117a1385fbb0791817c8d0eab98a7210264134cc (patch) | |
tree | 77fe9d2736f64c060ccc24f551564907fd431005 /shmem | |
parent | d71195119ee0c5110f741ba07bfcace702628272 (diff) | |
download | libapr-117a1385fbb0791817c8d0eab98a7210264134cc.tar.gz |
Remove some cruft from the Unix shm implementation.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62796 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'shmem')
-rw-r--r-- | shmem/unix/shm.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/shmem/unix/shm.c b/shmem/unix/shm.c index 5041b30bd..06bb977d3 100644 --- a/shmem/unix/shm.c +++ b/shmem/unix/shm.c @@ -59,25 +59,6 @@ #include "apr_user.h" #include "apr_strings.h" -/* -#define APR_WANT_MEMFUNC -#include "apr_want.h" -*/ - -/* -#include "apr_portable.h" -*/ - -#if 0 -#if APR_HAVE_SHMEM_SHMGET -/* The metadata that is stored in the file that we use to rendevous - * with the segment in unrelated processes. */ -struct apr_shm_shmget_metadata { - apr_size_t reqsize; /* requested size of the segment */ -}; -#endif /* APR_HAVE_SHMEM_SHMGET */ -#endif - APR_DECLARE(apr_status_t) apr_shm_create(apr_shm_t **m, apr_size_t reqsize, const char *filename, |