From 5a4fbd414e99736de1f797ea9eca001efed20617 Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Fri, 2 Apr 2010 14:50:11 +0200 Subject: [PATCH] Skinny: unused variable --- src/mod/endpoints/mod_skinny/skinny_protocol.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/endpoints/mod_skinny/skinny_protocol.c b/src/mod/endpoints/mod_skinny/skinny_protocol.c index 6ca6f3a62e..acfde2cb90 100644 --- a/src/mod/endpoints/mod_skinny/skinny_protocol.c +++ b/src/mod/endpoints/mod_skinny/skinny_protocol.c @@ -1374,7 +1374,6 @@ switch_status_t skinny_handle_alarm(listener_t *listener, skinny_message_t *requ switch_status_t skinny_handle_register(listener_t *listener, skinny_message_t *request) { switch_status_t status = SWITCH_STATUS_FALSE; - skinny_message_t *message; skinny_profile_t *profile; switch_event_t *event = NULL; switch_event_t *params = NULL;