[PATCH] lib: Remove timerwheel from instance

  • From: Dimitri Staessens <dimitri@ouroboros.rocks>
  • To: ouroboros@xxxxxxxxxxxxx
  • Date: Sat, 2 Apr 2022 12:33:31 +0200

There was an unused struct timerwheel * lingering in the application
instance.

Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
---
 src/lib/dev.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/dev.c b/src/lib/dev.c
index 3504e30f..8a723b63 100644
--- a/src/lib/dev.c
+++ b/src/lib/dev.c
@@ -131,8 +131,6 @@ struct {
         struct shm_rdrbuff *  rdrb;
         struct shm_flow_set * fqset;
 
-        struct timerwheel *   tw;
-
         struct bmp *          fds;
         struct bmp *          fqueues;
 
-- 
2.35.1


Other related posts:

  • » [PATCH] lib: Remove timerwheel from instance - Dimitri Staessens