aboutsummaryrefslogtreecommitdiff
path: root/include/tt_llcht.c
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-29 17:52:58 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitbda3a7edb76c9fe3dc21cbe5a0836829b705b407 (patch)
treefdc5904631f3503ba2bb2c04be92bccfbd319eb6 /include/tt_llcht.c
parentfcface1079b1c44c7ccca3d117c698347c978f20 (diff)
Purged uninteresting statistics
Diffstat (limited to 'include/tt_llcht.c')
-rw-r--r--include/tt_llcht.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tt_llcht.c b/include/tt_llcht.c
index b898b23..c3902af 100644
--- a/include/tt_llcht.c
+++ b/include/tt_llcht.c
@@ -21,7 +21,6 @@
// Variables
// ===================================================================
-uint32_t tt_num_cached;
static tt_entry_t *table[TT_LLCHT_SIZE+1];
// ===================================================================
@@ -76,8 +75,6 @@ int tt_insert(const uint64_t key, const enum TT_FLAG flag,
table[idx] = new;
}
- tt_num_cached++;
-
return EXIT_SUCCESS;
}