Explorar o código

core: kemi - remove unused variable from method check helper

Daniel-Constantin Mierla %!s(int64=7) %!d(string=hai) anos
pai
achega
066f0e8cdf
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/core/kemi.c

+ 0 - 1
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");