mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-22 15:06:34 +00:00
Remove variable assignment without effect
We're breaking out of the loop here anyway, so setting done to true is useless.
This commit is contained in:
parent
2ace7bc79b
commit
549aba0d2f
@ -324,7 +324,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_phrase_macro_event(switch_core_sessio
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (status != SWITCH_STATUS_SUCCESS) {
|
if (status != SWITCH_STATUS_SUCCESS) {
|
||||||
done = 1;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user