Browse Source

cnxcc: removed unused variable

(cherry picked from commit 7bdf8f003bbf5e153d7835d09533c7e22377e8db)
Daniel-Constantin Mierla 7 năm trước cách đây
mục cha
commit
d6da478960
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/modules/cnxcc/cnxcc_mod.c

+ 0 - 1
src/modules/cnxcc/cnxcc_mod.c

@@ -1755,7 +1755,6 @@ static int __get_channel_count_helper(sip_msg_t *msg, str *sclient,
 
 static int __get_channel_count(sip_msg_t *msg, char *pclient, char *pcount)
 {
-	pv_spec_t *pvcount = (pv_spec_t *)pcount;
 	str sclient;
 
 	if(fixup_get_svalue(msg, (gparam_t*)pclient, &sclient)<0) {