CID: 1294524 variables not used in the function
This commit is contained in:
parent
5e35f27cb1
commit
b39c3058ee
|
@ -314,10 +314,7 @@ static inline switch_vb_node_t *vb_find_lowest_seq(switch_vb_t *vb)
|
|||
|
||||
static inline switch_status_t vb_next_packet(switch_vb_t *vb, switch_vb_node_t **nodep)
|
||||
{
|
||||
switch_vb_node_t *np = NULL, *node = NULL;
|
||||
switch_status_t status;
|
||||
|
||||
if (np) status = 0, status++;
|
||||
switch_vb_node_t *node = NULL;
|
||||
|
||||
if (!vb->target_seq) {
|
||||
if ((node = vb_find_lowest_seq(vb))) {
|
||||
|
|
Loading…
Reference in New Issue