[core] scan-build: Value stored to 'status' is never read - switch_ivr_session_echo()
This commit is contained in:
parent
c714401935
commit
4e8c70e33b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue