From 66692820911eead3f8b610a6c284fa2022c5bcf3 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 3 May 2021 14:00:53 +0200 Subject: [PATCH] pimd: remove unused sz_timer ... yes we may need it later, but if and when that happens we can put it back there. No point carrying around unused things. Signed-off-by: David Lamparter --- pimd/pim_bsm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/pimd/pim_bsm.h b/pimd/pim_bsm.h index 2829c1e05a..ac12cd032f 100644 --- a/pimd/pim_bsm.h +++ b/pimd/pim_bsm.h @@ -69,7 +69,6 @@ struct bsm_scope { struct list *bsm_list; /* list of bsm frag for frowarding */ struct route_table *bsrp_table; /* group2rp mapping rcvd from BSR */ struct thread *bs_timer; /* Boot strap timer */ - struct thread *sz_timer; }; /* BSM packet - this is stored as list in bsm_list inside scope -- 2.39.5