提交 549aba0d authored 作者: Travis Cross's avatar Travis Cross

Remove variable assignment without effect

We're breaking out of the loop here anyway, so setting done to true is
useless.
上级 2ace7bc7
...@@ -324,7 +324,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_phrase_macro_event(switch_core_sessio ...@@ -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;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论