From: Jeff Lenk Date: Tue, 21 Feb 2012 18:26:36 +0000 (-0600) Subject: remove unreferenced variable X-Git-Tag: v1.2-rc1~19^2^2~68^2~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffdf56243383d989df43ad8147eaa850c350fd20;p=thirdparty%2Ffreeswitch.git remove unreferenced variable --- diff --git a/src/mod/applications/mod_dptools/mod_dptools.c b/src/mod/applications/mod_dptools/mod_dptools.c index f5c28221c1..8067e98675 100755 --- a/src/mod/applications/mod_dptools/mod_dptools.c +++ b/src/mod/applications/mod_dptools/mod_dptools.c @@ -3038,7 +3038,6 @@ SWITCH_STANDARD_APP(audio_bridge_function) } else { if (switch_channel_test_flag(caller_channel, CF_PROXY_MODE)) { - switch_channel_t *channel = switch_core_session_get_channel(session); switch_channel_t *peer_channel = switch_core_session_get_channel(peer_session); if (switch_true(switch_channel_get_variable(caller_channel, SWITCH_BYPASS_MEDIA_AFTER_BRIDGE_VARIABLE)) || switch_true(switch_channel_get_variable(peer_channel, SWITCH_BYPASS_MEDIA_AFTER_BRIDGE_VARIABLE))) {