aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/bihash_template.h
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2018-08-23 21:58:05 +0200
committerDave Barach <openvpp@barachs.net>2018-08-23 21:33:57 +0000
commit869031c5858c0554e499485f2f28c43e3a32e6dd (patch)
tree3c574e6324c450a22b30bec5c6ed3b28baf393bc /src/vppinfra/bihash_template.h
parentb76590ac59764b02c6fcb85587cc53d492325a79 (diff)
bihash: remove unused counters
Change-Id: I1f0aae16e4ace850d7d79b9c2c644a3e0d002636 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vppinfra/bihash_template.h')
-rw-r--r--src/vppinfra/bihash_template.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vppinfra/bihash_template.h b/src/vppinfra/bihash_template.h
index cfb8ceac69e..4ff7e1bfb6c 100644
--- a/src/vppinfra/bihash_template.h
+++ b/src/vppinfra/bihash_template.h
@@ -84,9 +84,6 @@ typedef struct
u32 log2_nbuckets;
u8 *name;
- u64 cache_hits;
- u64 cache_misses;
-
BVT (clib_bihash_value) ** freelists;
/*