提交 b39c3058 authored 作者: William King's avatar William King 提交者: Michael Jerris

CID: 1294524 variables not used in the function

上级 5e35f27c
......@@ -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))) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论