Przeglądaj źródła

tcpops: removed unused variable introduced recently

Daniel-Constantin Mierla 1 rok temu
rodzic
commit
fe8f052c29
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/modules/tcpops/tcpops.c

+ 0 - 1
src/modules/tcpops/tcpops.c

@@ -248,7 +248,6 @@ static void tcpops_tcp_closed_run_route(tcp_closed_event_info_t *tev)
 	sip_msg_t *fmsg;
 	sr_kemi_eng_t *keng = NULL;
 	str *evname;
-	int bkconid = -1;
 
 	LM_DBG("event reason id: %d\n", tev->reason);
 	if(tcpops_event_callback.len > 0) {