[core] scan-build: Value stored to 'status' is never read - switch_ivr_session_echo()

This commit is contained in:
Dragos Oancea 2020-02-13 19:08:21 +00:00
parent c714401935
commit 4e8c70e33b
1 changed files with 0 additions and 1 deletions

View File

@ -737,7 +737,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_session_echo(switch_core_session_t *s
*/
if (switch_channel_has_dtmf(channel)) {
if (!args->input_callback && !args->buf) {
status = SWITCH_STATUS_BREAK;
break;
}
switch_channel_dequeue_dtmf(channel, &dtmf);