提交 52f7999f 编写于 作者: J jmtao 提交者: Xiangquan Xiao

planning: fixed a bug in IndexedQueue (fixed #10537)

上级 51c73d32
......@@ -62,7 +62,6 @@ class IndexedQueue {
}
void Clear() {
capacity_ = 0;
while (!queue_.empty()) {
queue_.pop();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册