diff --git a/src/core/kemi.c b/src/core/kemi.c index 7c8e0a40564..5a07abb254c 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");