提交 4719621f 编写于 作者: B Behdad Esfahbod

Minor

上级 41ca1fbe
......@@ -840,7 +840,6 @@ struct GenericArrayOf
template <typename SearchType>
inline int search (const SearchType &x) const
{
/* Hand-coded bsearch here since this is in the hot inner loop. */
unsigned int count = len;
for (unsigned int i = 0; i < count; i++)
if (!this->array[i].cmp (x))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册