summaryrefslogtreecommitdiff
path: root/test/testtable.c
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2002-11-14 12:33:45 +0000
committerJoe Orton <jorton@apache.org>2002-11-14 12:33:45 +0000
commitf411841a63369ace2de5ac26d7e8c67baa444c17 (patch)
tree44249c3f20e9b16dd3bb183b341d878bd8590fa4 /test/testtable.c
parent4f07a265cc7d0c630b1ee8bcdb83b22b5ba2ecea (diff)
downloadapr-f411841a63369ace2de5ac26d7e8c67baa444c17.tar.gz
Remove "unused variable" warnings from GCC.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64024 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testtable.c')
-rw-r--r--test/testtable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/testtable.c b/test/testtable.c
index 6f89fdfb1..b71c4f78a 100644
--- a/test/testtable.c
+++ b/test/testtable.c
@@ -78,7 +78,6 @@ static void table_make(CuTest *tc)
static void table_get(CuTest *tc)
{
- apr_status_t rv;
const char *val;
apr_table_set(t1, "foo", "bar");
@@ -88,7 +87,6 @@ static void table_get(CuTest *tc)
static void table_set(CuTest *tc)
{
- apr_status_t rv;
const char *val;
apr_table_set(t1, "setkey", "bar");