mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@10573 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
293ff9cdcc
commit
c577348e2c
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue