.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@10573 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-12-24 22:26:15 +00:00
parent 293ff9cdcc
commit c577348e2c

View file

@ -214,7 +214,6 @@ int CoFindIndex(const Range& r, const V& value, int from = 0)
template <class Range1, class Range2>
int CoIsEqualRange(const Range1& r1, const Range2& r2)
{
int count = r1.GetCount();
if(r1.GetCount() != r2.GetCount())
return false;
std::atomic<bool> equal(true);