From 4e8c70e33b0d7b42f3938ec64806ab2a7803ef02 Mon Sep 17 00:00:00 2001 From: Dragos Oancea Date: Thu, 13 Feb 2020 19:08:21 +0000 Subject: [PATCH] [core] scan-build: Value stored to 'status' is never read - switch_ivr_session_echo() --- src/switch_ivr_async.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index 5753721fa3..48e75f8c54 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -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);