forked from Mirror/frr
pimd: Remove unused value
Dead code, remove. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
4252a57771
commit
febdb373c3
|
@ -30,7 +30,6 @@ struct pim_jp_sources
|
|||
struct pim_jp_agg_group
|
||||
{
|
||||
struct in_addr group;
|
||||
//int onetime;
|
||||
struct list *sources;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue