summaryrefslogtreecommitdiff
path: root/navit/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/cache.c')
-rw-r--r--navit/cache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/navit/cache.c b/navit/cache.c
index e3f2f29d3..0596a65f6 100644
--- a/navit/cache.c
+++ b/navit/cache.c
@@ -391,8 +391,6 @@ cache_stats(struct cache *cache)
void
cache_dump(struct cache *cache)
{
- struct cache_entry *first;
- first=cache->t1.first;
cache_stats(cache);
cache_list_dump("T1", cache, &cache->t1);
cache_list_dump("B1", cache, &cache->b1);