summaryrefslogtreecommitdiff
path: root/test/testtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testtime.c')
-rw-r--r--test/testtime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testtime.c b/test/testtime.c
index 2266890cf..5ae428ce4 100644
--- a/test/testtime.c
+++ b/test/testtime.c
@@ -255,7 +255,6 @@ static void test_exp_tz(CuTest *tc)
apr_status_t rv;
apr_time_exp_t xt;
char str[STR_SIZE];
- apr_size_t sz;
apr_int32_t hr_off = -5 * 3600; /* 5 hours in seconds */
rv = apr_time_exp_tz(&xt, now, hr_off);