]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Skinny: unused variable
authorMathieu Parent <math.parent@gmail.com>
Fri, 2 Apr 2010 12:50:11 +0000 (14:50 +0200)
committerMathieu Parent <math.parent@gmail.com>
Fri, 2 Apr 2010 12:50:11 +0000 (14:50 +0200)
src/mod/endpoints/mod_skinny/skinny_protocol.c

index 6ca6f3a62e40e624693aec8d6b99e3bbc66691d1..acfde2cb90e4a8e9211e83c5bf282a000f4a279d 100644 (file)
@@ -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;