Просмотр исходного кода

nosip: fixed compile warnings related to unused variables

Daniel-Constantin Mierla 11 лет назад
Родитель
Сommit
adae5dc02c
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      modules/nosip/nosip_mod.c

+ 0 - 2
modules/nosip/nosip_mod.c

@@ -149,8 +149,6 @@ static int pv_get_nosip(sip_msg_t *msg, pv_param_t *param,
 static int nosip_rcv_msg(void *data)
 {
 	sip_msg_t* msg;
-	char* fake_msg;
-	int fake_msg_len;
 	regmatch_t pmatch;
 	char c;
 	struct run_act_ctx ra_ctx;