From: Travis Cross Date: Wed, 30 Apr 2014 23:22:13 +0000 (+0000) Subject: Remove dead assignment X-Git-Tag: v1.5.12~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae3cf0a1a958a0d7a2d519b383df9fc29f9315eb;p=thirdparty%2Ffreeswitch.git Remove dead assignment ...now this code needs refactoring. --- diff --git a/src/switch_core_media.c b/src/switch_core_media.c index 089baeea98..a5cb29022c 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -3041,7 +3041,6 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s if (switch_media_handle_test_media_flag(smh, SCMF_DISABLE_HOLD) || ((val = switch_channel_get_variable(session->channel, "rtp_disable_hold")) && switch_true(val))) { - sendonly = 0; } else { if (!smh->mparams->hold_laps) {