summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2006-03-16 09:32:44 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2006-03-16 09:32:44 +0000
commit2c858b0fae9332c3267bbd9d0276f59e00299a3b (patch)
treec9fa654102bd1cdec0d6d1fdbbb44971a1932873
parentdf03cd31775b4bba641524ebc7177d2e14d6e4e1 (diff)
downloadlibapr-2c858b0fae9332c3267bbd9d0276f59e00299a3b.tar.gz
Merge r376472 from trunk:
* test/testtime.c (test_exp_lt): Remove unused variable. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@386298 13f79535-47bb-0310-9956-ffa450edef68
-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);