[sr-dev] git:master:71fce8d0: pv: remove unused vars in $hdrc(...) implementation

Daniel-Constantin Mierla miconda at gmail.com
Mon Apr 3 14:03:34 CEST 2017


Module: kamailio
Branch: master
Commit: 71fce8d061c50e6ad80947f16c1fe6ed8760d634
URL: https://github.com/kamailio/kamailio/commit/71fce8d061c50e6ad80947f16c1fe6ed8760d634

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2017-04-03T14:02:28+02:00

pv: remove unused vars in $hdrc(...) implementation

- reported by Juha Heinanen

---

Modified: src/modules/pv/pv_core.c

---

Diff:  https://github.com/kamailio/kamailio/commit/71fce8d061c50e6ad80947f16c1fe6ed8760d634.diff
Patch: https://github.com/kamailio/kamailio/commit/71fce8d061c50e6ad80947f16c1fe6ed8760d634.patch

---

diff --git a/src/modules/pv/pv_core.c b/src/modules/pv/pv_core.c
index 40a9952..cf0b606 100644
--- a/src/modules/pv/pv_core.c
+++ b/src/modules/pv/pv_core.c
@@ -1802,13 +1802,8 @@ int pv_get_hdr(struct sip_msg *msg,  pv_param_t *param, pv_value_t *res)
  */
 int pv_get_hdrc(struct sip_msg *msg,  pv_param_t *param, pv_value_t *res)
 {
-	int idx;
-	int idxf;
 	pv_value_t tv;
 	struct hdr_field *hf;
-	struct hdr_field *hf0;
-	char *p, *p_ini;
-	int n, p_size;
 	int hcount;
 
 	if(msg==NULL || res==NULL || param==NULL)




More information about the sr-dev mailing list