mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 18:56:40 +00:00
isisd: cleanup unused variables
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
This commit is contained in:
parent
3dca3c8c48
commit
05278b9378
@ -705,8 +705,6 @@ static void isis_spf_add_local(struct isis_spftree *spftree,
|
||||
return;
|
||||
} else { /* vertex->d_N > cost */
|
||||
/* f) */
|
||||
struct listnode *pnode, *pnextnode;
|
||||
struct isis_vertex *pvertex;
|
||||
isis_vertex_queue_delete(&spftree->tents, vertex);
|
||||
isis_vertex_del(vertex);
|
||||
}
|
||||
@ -788,8 +786,6 @@ static void process_N(struct isis_spftree *spftree, enum vertextype vtype,
|
||||
return;
|
||||
/* 4) */
|
||||
} else {
|
||||
struct listnode *pnode, *pnextnode;
|
||||
struct isis_vertex *pvertex;
|
||||
isis_vertex_queue_delete(&spftree->tents, vertex);
|
||||
isis_vertex_del(vertex);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user