vppinfra: remove unused variable from timing wheel 20/28320/1
authorKlement Sekera <ksekera@cisco.com>
Mon, 10 Feb 2020 11:51:05 +0000 (11:51 +0000)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 12 Aug 2020 15:59:46 +0000 (15:59 +0000)
Type: fix

Change-Id: I77b03efcac04cc46550d03657464ab8de5d7da78
Signed-off-by: Klement Sekera <ksekera@cisco.com>
(cherry picked from commit 90d28846f963a86d760b4a6b83aed62b862f1c61)

src/vppinfra/tw_timer_template.h

index e581f07..f77b64e 100644 (file)
@@ -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];