summaryrefslogtreecommitdiff
path: root/tables
diff options
context:
space:
mode:
authorfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-11-26 23:17:09 +0000
committerfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-11-26 23:17:09 +0000
commita3344550220e1cb7bbe16c39f358bd20a6ebd57d (patch)
treea1af30546ee3b20da7b2c11c2db208dfc8d44fd4 /tables
parent0008742e25f6b253f5363ddc00c2f7496260eedc (diff)
downloadlibapr-a3344550220e1cb7bbe16c39f358bd20a6ebd57d.tar.gz
Begone ye festering warning.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62554 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tables')
-rw-r--r--tables/apr_tables.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tables/apr_tables.c b/tables/apr_tables.c
index 7fbd53d73..cbf5a0eeb 100644
--- a/tables/apr_tables.c
+++ b/tables/apr_tables.c
@@ -924,7 +924,6 @@ APR_DECLARE(void) apr_table_overlap(apr_table_t *a, const apr_table_t *b,
int max_keys;
int nkeys;
overlap_key *cat_keys; /* concatenation of the keys of a and b */
- overlap_key *b_start;
overlap_key **hash_table;
int nhash;
int i;