提交 d4ba268f authored 作者: Michael Jerris's avatar Michael Jerris

remove dead assignment

上级 cfd8d28b
...@@ -259,7 +259,7 @@ stfu_status_t stfu_n_resize(stfu_instance_t *i, uint32_t qlen) ...@@ -259,7 +259,7 @@ stfu_status_t stfu_n_resize(stfu_instance_t *i, uint32_t qlen)
} }
if ((s = stfu_n_resize_aqueue(&i->a_queue, qlen)) == STFU_IT_WORKED) { if ((s = stfu_n_resize_aqueue(&i->a_queue, qlen)) == STFU_IT_WORKED) {
s = stfu_n_resize_aqueue(&i->b_queue, qlen); stfu_n_resize_aqueue(&i->b_queue, qlen);
s = stfu_n_resize_aqueue(&i->c_queue, qlen); s = stfu_n_resize_aqueue(&i->c_queue, qlen);
if (qlen > i->most_qlen) { if (qlen > i->most_qlen) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论