mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 02:30:52 +00:00
zebra: remove unused local in dplane sample plugin
Remove an unused local in the sample dataplane plugin. Signed-off-by: Mark Stapp <mjs@voltanet.io>
This commit is contained in:
parent
b96138fbf0
commit
fb913e53a5
@ -92,7 +92,6 @@ static int sample_process(struct zebra_dplane_provider *prov)
|
|||||||
static int init_sample_plugin(struct thread_master *tm)
|
static int init_sample_plugin(struct thread_master *tm)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
struct zebra_dplane_provider *prov = NULL;
|
|
||||||
|
|
||||||
/* Note that we don't use or store the thread_master 'tm'. We
|
/* Note that we don't use or store the thread_master 'tm'. We
|
||||||
* don't use the zebra main pthread: our plugin code will run in
|
* don't use the zebra main pthread: our plugin code will run in
|
||||||
|
Loading…
Reference in New Issue
Block a user