From: Mathieu Parent Date: Fri, 2 Apr 2010 12:50:11 +0000 (+0200) Subject: Skinny: unused variable X-Git-Tag: git2svn-syncpoint-master~238^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a4fbd414e99736de1f797ea9eca001efed20617;p=thirdparty%2Ffreeswitch.git Skinny: unused variable --- 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;