Commit 4f04b127 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Eliminate unused statscounters



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5219 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 2904ea19
......@@ -88,9 +88,7 @@ VSC_F(n_backend, uint64_t, 0, 'i', "N backends")
VSC_F(n_expired, uint64_t, 0, 'i', "N expired objects")
VSC_F(n_lru_nuked, uint64_t, 0, 'i', "N LRU nuked objects")
VSC_F(n_lru_saved, uint64_t, 0, 'i', "N LRU saved objects")
VSC_F(n_lru_moved, uint64_t, 0, 'i', "N LRU moved objects")
VSC_F(n_deathrow, uint64_t, 0, 'i', "N objects on deathrow")
VSC_F(losthdr, uint64_t, 0, 'a', "HTTP header overflows")
......@@ -159,8 +157,6 @@ VSC_F(dir_dns_hit, uint64_t, 0, 'a', "DNS director cached lookups hit")
VSC_F(dir_dns_cache_full, uint64_t, 0, 'a', "DNS director full dnscache")
VSC_F(critbit_cooler, uint64_t, 0, 'i', "Objhdr's on cool list")
VSC_F(vmods, uint64_t, 0, 'i', "Loaded VMODs")
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment