Remove dead assignment

...now this code needs refactoring.
This commit is contained in:
Travis Cross 2014-04-30 23:22:13 +00:00
parent 2ae823fb9f
commit ae3cf0a1a9
1 changed files with 0 additions and 1 deletions

View File

@ -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) {