summaryrefslogtreecommitdiff
path: root/test/testtime.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2002-10-13 00:39:58 +0000
committerRyan Bloom <rbb@apache.org>2002-10-13 00:39:58 +0000
commit7582fa9038bef17c39546778deb2708462d29b2a (patch)
treeac9a6572fee88f3f0cf60fd769929821544e035c /test/testtime.c
parenta530bbc0e71ed65c5959c1dcf942fcd824277588 (diff)
downloadapr-7582fa9038bef17c39546778deb2708462d29b2a.tar.gz
Cleanup all warnings generated by the test suite code.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63905 13f79535-47bb-0310-9956-ffa450edef68
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);