summaryrefslogtreecommitdiff
path: root/test/testshmconsumer.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2004-03-13 21:49:38 +0000
committerRyan Bloom <rbb@apache.org>2004-03-13 21:49:38 +0000
commitd97904a05dba08bbb6b43e5fa1122dcfe2f31b58 (patch)
treef2fe0b13d912aa876dd056cbc0425c41173bd692 /test/testshmconsumer.c
parenta16a670a4dacfebdcbad0fc48f564bd2a889f5bc (diff)
downloadapr-d97904a05dba08bbb6b43e5fa1122dcfe2f31b58.tar.gz
Finish the port of testshm(producer|consumer) to windows. This
Add extensions to the apr_proc_create call in testshm. Remove the test that relies on apr_fork. Cleanup some unused variables. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64984 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testshmconsumer.c')
-rw-r--r--test/testshmconsumer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testshmconsumer.c b/test/testshmconsumer.c
index 0fb78c762..86979e53f 100644
--- a/test/testshmconsumer.c
+++ b/test/testshmconsumer.c
@@ -47,7 +47,6 @@ int main(void)
apr_status_t rv;
apr_pool_t *pool;
apr_shm_t *shm;
- char errmsg[200];
int recvd;
apr_initialize();