diff --git a/uppsrc/Core/CoAlgo.h b/uppsrc/Core/CoAlgo.h index ea9d836ae..26c92df7c 100644 --- a/uppsrc/Core/CoAlgo.h +++ b/uppsrc/Core/CoAlgo.h @@ -214,7 +214,6 @@ int CoFindIndex(const Range& r, const V& value, int from = 0) template int CoIsEqualRange(const Range1& r1, const Range2& r2) { - int count = r1.GetCount(); if(r1.GetCount() != r2.GetCount()) return false; std::atomic equal(true);