[mod_conference] scan-build: Value stored to 'status' is never read - conference_loop_input()

This commit is contained in:
Dragos Oancea 2020-01-30 22:37:08 +00:00 committed by Andrey Volk
parent 4004d82174
commit dd54a8cc60
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}