From: Ken Rice Date: Thu, 17 Nov 2016 04:39:26 +0000 (-0600) Subject: FS-9748 accidental unused variable left behind X-Git-Tag: v1.8.0~1051 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0578331edf0d128cdca4a5f699698ee343759c50;p=thirdparty%2Ffreeswitch.git FS-9748 accidental unused variable left behind --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index c7bee4339e..cc8baf4119 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -237,7 +237,6 @@ void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, void *ob uint32_t conference_energy = 0; int nomoh = 0; conference_member_t *floor_holder; - switch_status_t moh_status = SWITCH_STATUS_SUCCESS; /* Sync the conference to a single timing source */ if (switch_core_timer_next(&timer) != SWITCH_STATUS_SUCCESS) {