summaryrefslogtreecommitdiff
path: root/shmem
diff options
context:
space:
mode:
authoraaron <aaron@13f79535-47bb-0310-9956-ffa450edef68>2002-01-16 21:37:19 +0000
committeraaron <aaron@13f79535-47bb-0310-9956-ffa450edef68>2002-01-16 21:37:19 +0000
commit117a1385fbb0791817c8d0eab98a7210264134cc (patch)
tree77fe9d2736f64c060ccc24f551564907fd431005 /shmem
parentd71195119ee0c5110f741ba07bfcace702628272 (diff)
downloadlibapr-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.c19
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,