Explorar el Código

cnxcc: removed unused variable

Daniel-Constantin Mierla hace 7 años
padre
commit
7bdf8f003b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)
 static int __get_channel_count(sip_msg_t *msg, char *pclient, char *pcount)
 {
 {
-	pv_spec_t *pvcount = (pv_spec_t *)pcount;
 	str sclient;
 	str sclient;
 
 
 	if(fixup_get_svalue(msg, (gparam_t*)pclient, &sclient)<0) {
 	if(fixup_get_svalue(msg, (gparam_t*)pclient, &sclient)<0) {