From: Dragos Oancea Date: Thu, 30 Jan 2020 22:37:08 +0000 (+0000) Subject: [mod_conference] scan-build: Value stored to 'status' is never read - conference_loop... X-Git-Tag: v1.10.7^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe34509bc594da147c7c1dffa1acb74e356a45f6;p=thirdparty%2Ffreeswitch.git [mod_conference] scan-build: Value stored to 'status' is never read - conference_loop_input() --- diff --git a/src/mod/applications/mod_conference/conference_loop.c b/src/mod/applications/mod_conference/conference_loop.c index 25b418c55d..8c3804ef8c 100644 --- a/src/mod/applications/mod_conference/conference_loop.c +++ b/src/mod/applications/mod_conference/conference_loop.c @@ -842,7 +842,6 @@ void *SWITCH_THREAD_FUNC conference_loop_input(switch_thread_t *thread, void *ob if (conference_utils_test_flag(member->conference, CFLAG_BREAKABLE) && switch_channel_test_flag(channel, CF_BREAK)) { switch_channel_clear_flag(channel, CF_BREAK); - status = SWITCH_STATUS_BREAK; break; }