summaryrefslogtreecommitdiff
path: root/shmem
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-03-04 17:00:21 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-03-04 17:00:21 +0000
commit93c19702ed41114d62a2a8d8584dbfb8b39391de (patch)
treeaad961ace65a327ee901bd069e9da8eb118259f7 /shmem
parentf07f7d2ec51222d1f4b2e87c28525a972a433fee (diff)
downloadlibapr-93c19702ed41114d62a2a8d8584dbfb8b39391de.tar.gz
get rid of some questions now that Aaron has checked it over
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63079 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'shmem')
-rw-r--r--shmem/unix/shm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/shmem/unix/shm.c b/shmem/unix/shm.c
index 37a1f1f3b..0eb73cc8d 100644
--- a/shmem/unix/shm.c
+++ b/shmem/unix/shm.c
@@ -484,11 +484,6 @@ APR_DECLARE(apr_status_t) apr_shm_attach(apr_shm_t **m,
return status;
}
-/*
- XXX use APR_ALIGN_DEFAULT() somewhere here?
- XXX do we need to seek() prior to the mmap()?
-*/
-
nbytes = sizeof(new_m->realsize);
status = apr_file_read(file, (void *)&(new_m->realsize),
&nbytes);