mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 18:16:43 +00:00
lib: filter remove unused variable
Remove variable that is not being used. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
a247b2b738
commit
664ae7953a
@ -769,13 +769,10 @@ static int lib_prefix_list_entry_create(struct nb_cb_create_args *args)
|
||||
{
|
||||
struct prefix_list_entry *ple;
|
||||
struct prefix_list *pl;
|
||||
struct prefix p;
|
||||
|
||||
if (args->event != NB_EV_APPLY)
|
||||
return NB_OK;
|
||||
|
||||
memset(&p, 0, sizeof(p));
|
||||
|
||||
pl = nb_running_get_entry(args->dnode, NULL, true);
|
||||
ple = prefix_list_entry_new();
|
||||
ple->pl = pl;
|
||||
|
Loading…
Reference in New Issue
Block a user