[sr-dev] git:master:066f0e8c: core: kemi - remove unused variable from method check helper

Daniel-Constantin Mierla miconda at gmail.com
Wed May 9 10:46:21 CEST 2018


Module: kamailio
Branch: master
Commit: 066f0e8cdf19f35289772814c5dd6854691c92a3
URL: https://github.com/kamailio/kamailio/commit/066f0e8cdf19f35289772814c5dd6854691c92a3

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2018-05-09T10:45:39+02:00

core: kemi - remove unused variable from method check helper

---

Modified: src/core/kemi.c

---

Diff:  https://github.com/kamailio/kamailio/commit/066f0e8cdf19f35289772814c5dd6854691c92a3.diff
Patch: https://github.com/kamailio/kamailio/commit/066f0e8cdf19f35289772814c5dd6854691c92a3.patch

---

diff --git a/src/core/kemi.c b/src/core/kemi.c
index 7c8e0a4056..5a07abb254 100644
--- a/src/core/kemi.c
+++ b/src/core/kemi.c
@@ -795,7 +795,6 @@ static int sr_kemi_core_is_method_in(sip_msg_t *msg, str *vmethod)
 static int sr_kemi_core_is_method_type(sip_msg_t *msg, int mtype)
 {
 	int imethod;
-	int i;
 
 	if(msg==NULL) {
 		LM_WARN("invalid parameters\n");




More information about the sr-dev mailing list