From: Michael Jerris Date: Fri, 3 Jun 2016 22:00:50 +0000 (-0500) Subject: FS-9136: remove unused vars X-Git-Tag: v1.6.9~2^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a536dd23c18268e4128fed9bd3979e05a1e4546;p=thirdparty%2Ffreeswitch.git FS-9136: remove unused vars --- diff --git a/src/switch_core_media.c b/src/switch_core_media.c index 80ad063fb7..7d42c9dda7 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -4858,9 +4858,6 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s if (vmatch && vmatch_pt) { const char *other_pt = switch_channel_get_variable_partner(channel, "rtp_video_pt"); - const char *other_fmtp = switch_channel_get_variable_partner(channel, "rtp_video_fmtp"); - - const char *foo = switch_channel_get_partner_uuid(channel); if (other_pt) { int opt = atoi(other_pt);