Browse Source

core: kemi - remove unused variable from method check helper

Daniel-Constantin Mierla 7 years ago
parent
commit
066f0e8cdf
1 changed files with 0 additions and 1 deletions
  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");