summaryrefslogtreecommitdiff
path: root/test/testreslist.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testreslist.c')
-rw-r--r--test/testreslist.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/testreslist.c b/test/testreslist.c
index aa248152..36333a15 100644
--- a/test/testreslist.c
+++ b/test/testreslist.c
@@ -142,7 +142,6 @@ static void test_timeout(abts_case *tc, apr_reslist_t *rl)
{
apr_status_t rv;
my_resource_t *resources[RESLIST_HMAX];
- my_resource_t *res;
void *vp;
int i;
@@ -163,8 +162,6 @@ static void test_timeout(abts_case *tc, apr_reslist_t *rl)
rv = apr_reslist_acquire(rl, &vp);
ABTS_TRUE(tc, APR_STATUS_IS_TIMEUP(rv));
- res = vp;
-
/* release the resources; otherwise the destroy operation
* will blow
*/