]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9666 fix unused variable
authorBrian West <brian@freeswitch.org>
Mon, 24 Oct 2016 22:19:47 +0000 (17:19 -0500)
committerBrian West <brian@freeswitch.org>
Mon, 24 Oct 2016 22:19:47 +0000 (17:19 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index fa6307ea339d2d732714f82c6064e2f9823b9f45..e8dd3af76e9444414e130a4df377078ed495f05f 100644 (file)
@@ -9249,7 +9249,6 @@ void sofia_handle_sip_i_info(nua_t *nua, sofia_profile_t *profile, nua_handle_t
                if (sip && sip->sip_content_type && sip->sip_content_type->c_type && sip->sip_content_type->c_subtype &&
                        sip->sip_payload && sip->sip_payload->pl_data) {
                        if (!strncasecmp(sip->sip_content_type->c_type, "application", 11) && !strcasecmp(sip->sip_content_type->c_subtype, "media_control+xml")) {
-                               switch_core_session_t *other_session;
 
                                if (switch_channel_test_flag(channel, CF_VIDEO)) {
                                        switch_core_media_gen_key_frame(session);