summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/testtime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testtime.c b/test/testtime.c
index 2be3ccdc6..5526fd57c 100644
--- a/test/testtime.c
+++ b/test/testtime.c
@@ -87,7 +87,6 @@ static void test_exp_lt(CuTest *tc)
apr_status_t rv;
apr_time_exp_t xt;
time_t posix_secs = (time_t)apr_time_sec(now);
- apr_time_t now_secs = apr_time_sec(now);
struct tm *posix_exp = localtime(&posix_secs);
rv = apr_time_exp_lt(&xt, now);