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

This commit is contained in:
Dragos Oancea 2020-01-28 23:18:28 +00:00
parent dc2b43fb74
commit 301110f596
1 changed files with 0 additions and 1 deletions

View File

@ -4149,7 +4149,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_tone_detect_session(switch_core_sessi
bflags |= SMBF_NO_PAUSE;
if (cont->bug_running) {
status = SWITCH_STATUS_SUCCESS;
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "%s bug already running\n", switch_channel_get_name(channel));
} else {
cont->bug_running = 1;