From: Klement Sekera Date: Mon, 10 Feb 2020 11:51:05 +0000 (+0000) Subject: vppinfra: remove unused variable from timing wheel X-Git-Tag: v19.08.3~162 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=5733ea661a358447314a92e55f78ee987c70028d;p=vpp.git vppinfra: remove unused variable from timing wheel Type: fix Change-Id: I77b03efcac04cc46550d03657464ab8de5d7da78 Signed-off-by: Klement Sekera (cherry picked from commit 90d28846f963a86d760b4a6b83aed62b862f1c61) --- 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];