summaryrefslogtreecommitdiff
path: root/test/testtime.c
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2002-11-14 12:33:45 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2002-11-14 12:33:45 +0000
commitdd1a7393732317958955b0bff000839f589a2ffd (patch)
tree44249c3f20e9b16dd3bb183b341d878bd8590fa4 /test/testtime.c
parentd299834ea5040d71f1199d1fe0cc35d8554415bf (diff)
downloadlibapr-dd1a7393732317958955b0bff000839f589a2ffd.tar.gz
Remove "unused variable" warnings from GCC.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64024 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 8ccab93f0..9dbfb18df 100644
--- a/test/testtime.c
+++ b/test/testtime.c
@@ -251,7 +251,6 @@ static void test_exp_tz(CuTest *tc)
apr_status_t rv;
apr_time_exp_t xt;
apr_int32_t hr_off = -5 * 3600; /* 5 hours in seconds */
- apr_time_exp_t expnow = { 186711, 36, 5, 14, 14, 8, 102, 6, 256, 0, -18000 };
rv = apr_time_exp_tz(&xt, now, hr_off);
if (rv == APR_ENOTIMPL) {