summaryrefslogtreecommitdiff
path: root/test/testshmproducer.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/testshmproducer.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/testshmproducer.c')
-rw-r--r--test/testshmproducer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testshmproducer.c b/test/testshmproducer.c
index 3f98bb23d..5bef01363 100644
--- a/test/testshmproducer.c
+++ b/test/testshmproducer.c
@@ -35,7 +35,6 @@ int main(void)
apr_shm_t *shm;
int i;
int sent = 0;
- char errmsg[200];
apr_initialize();