summaryrefslogtreecommitdiff
path: root/test/testrand.c
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2002-11-23 22:04:14 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2002-11-23 22:04:14 +0000
commitd5ddb45f9f837bbc4c49a79286d70c489f7cee36 (patch)
treeb39f280889f605cf122705689cab4b76e105746f /test/testrand.c
parentb820140f0423c0907ebb99f13b8869c544e14ac9 (diff)
downloadlibapr-d5ddb45f9f837bbc4c49a79286d70c489f7cee36.tar.gz
Remove an unused variable.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64071 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testrand.c')
-rw-r--r--test/testrand.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testrand.c b/test/testrand.c
index 8d7f3a08e..3af1f8b07 100644
--- a/test/testrand.c
+++ b/test/testrand.c
@@ -63,7 +63,6 @@ static void rand_exists(CuTest *tc)
#if !APR_HAS_RANDOM
CuNotImpl(tc, "apr_generate_random_bytes");
#else
- apr_pool_t *p;
apr_status_t rv;
unsigned char c[2048];
int i;