Explorar el Código

core: kemi - remove unused variable from method check helper

Daniel-Constantin Mierla hace 7 años
padre
commit
066f0e8cdf
Se han modificado 1 ficheros con 0 adiciones y 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)
 static int sr_kemi_core_is_method_type(sip_msg_t *msg, int mtype)
 {
 {
 	int imethod;
 	int imethod;
-	int i;
 
 
 	if(msg==NULL) {
 	if(msg==NULL) {
 		LM_WARN("invalid parameters\n");
 		LM_WARN("invalid parameters\n");