This commit is contained in:
Viktor Govako
2023-11-10 01:05:06 -03:00
committed by zyphlar
parent 04b3c01816
commit d56432e484
10 changed files with 105 additions and 187 deletions

View File

@@ -21,7 +21,6 @@ bool ReplaceData::operator<(ReplaceData const & rhs) const
// MarkedPoint -------------------------------------------------------------------------------------
void MarkedPoint::AddLink(size_t borderId, size_t pointId)
{
std::lock_guard<std::mutex> lock(*m_mutex);
m_links.emplace(borderId, pointId);
}