aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/tw_timer_template.h
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2020-02-10 11:51:05 +0000
committerDave Barach <openvpp@barachs.net>2020-02-11 19:58:23 +0000
commit90d28846f963a86d760b4a6b83aed62b862f1c61 (patch)
tree8b5468310fd5b8f9b8f748245ad76b8a383222db /src/vppinfra/tw_timer_template.h
parentdee0a3bb04f4e8d4fb588a1d5220042220765b83 (diff)
vppinfra: remove unused variable from timing wheel
Type: fix Change-Id: I77b03efcac04cc46550d03657464ab8de5d7da78 Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'src/vppinfra/tw_timer_template.h')
-rw-r--r--src/vppinfra/tw_timer_template.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vppinfra/tw_timer_template.h b/src/vppinfra/tw_timer_template.h
index e581f072f41..f77b64e0914 100644
--- a/src/vppinfra/tw_timer_template.h
+++ b/src/vppinfra/tw_timer_template.h
@@ -197,9 +197,6 @@ typedef struct
/** current tick */
u64 current_tick;
- /** first expiration time */
- u64 first_expires_tick;
-
/** current wheel indices */
u32 current_index[TW_TIMER_WHEELS];