From: Dragos Oancea Date: Tue, 28 Jan 2020 23:18:28 +0000 (+0000) Subject: [core] scan-build: Value stored to 'status' is never read X-Git-Tag: v1.10.3^2~235^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F272%2Fhead;p=thirdparty%2Ffreeswitch.git [core] scan-build: Value stored to 'status' is never read --- diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index db1bb1e4e5..c2a009f725 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -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;