1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-04 01:37:14 +00:00

New compiler warning(error). Unused assignment before the pointer is reassigned.

This commit is contained in:
William King 2013-06-12 21:39:14 -07:00
parent 3f2f393a7c
commit 4219049789

@ -2982,9 +2982,6 @@ SWITCH_STANDARD_APP(fifo_function)
switch_channel_answer(channel);
originator_cp = switch_channel_get_caller_profile(channel);
originatee_cp = switch_channel_get_caller_profile(other_channel);
if (switch_channel_inbound_display(other_channel)) {
if (switch_channel_direction(other_channel) == SWITCH_CALL_DIRECTION_INBOUND) {
switch_channel_set_flag(other_channel, CF_BLEG);