Sfoglia il codice sorgente

topos: removed unused ftag variable

- code was moved to a function
Daniel-Constantin Mierla 8 anni fa
parent
commit
a9d2cbc591
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      src/modules/topos/tps_msg.c

+ 0 - 3
src/modules/topos/tps_msg.c

@@ -718,7 +718,6 @@ int tps_request_received(sip_msg_t *msg, int dialog)
 	tps_data_t mtsd;
 	tps_data_t stsd;
 	str lkey;
-	str ftag;
 	str nuri;
 	uint32_t direction = TPS_DIR_DOWNSTREAM;
 	int ret;
@@ -807,7 +806,6 @@ int tps_response_received(sip_msg_t *msg)
 	tps_data_t stsd;
 	tps_data_t btsd;
 	str lkey;
-	str ftag;
 	uint32_t direction = TPS_DIR_DOWNSTREAM;
 
 	LM_DBG("handling incoming response\n");
@@ -872,7 +870,6 @@ int tps_request_sent(sip_msg_t *msg, int dialog, int local)
 	tps_data_t stsd;
 	tps_data_t *ptsd;
 	str lkey;
-	str ftag;
 	str xuuid;
 	uint32_t direction = TPS_DIR_DOWNSTREAM;