mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
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)
|
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_vb_node_t *node = NULL;
|
||||||
switch_status_t status;
|
|
||||||
|
|
||||||
if (np) status = 0, status++;
|
|
||||||
|
|
||||||
if (!vb->target_seq) {
|
if (!vb->target_seq) {
|
||||||
if ((node = vb_find_lowest_seq(vb))) {
|
if ((node = vb_find_lowest_seq(vb))) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user