]> git.puffer.fish Git - mirror/frr.git/commitdiff
zebra: remove unused local in dplane sample plugin
authorMark Stapp <mjs@voltanet.io>
Mon, 11 Jan 2021 21:33:27 +0000 (16:33 -0500)
committerMark Stapp <mjs@voltanet.io>
Mon, 11 Jan 2021 21:33:27 +0000 (16:33 -0500)
Remove an unused local in the sample dataplane plugin.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
zebra/sample_plugin.c

index c96a86cc7319db77bc01f27a840bffd6996bed15..464205f2f364aa77969f90e3eadad63415d6446d 100644 (file)
@@ -92,7 +92,6 @@ static int sample_process(struct zebra_dplane_provider *prov)
 static int init_sample_plugin(struct thread_master *tm)
 {
        int ret;
-       struct zebra_dplane_provider *prov = NULL;
 
        /* 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