LIB_TABLE::migrate() is called from Load(), which already has a lock.

This commit is contained in:
Jeff Young 2025-07-14 19:44:47 +01:00
parent 8179d363db
commit cff49ba3b4

View File

@ -482,8 +482,6 @@ void LIB_TABLE::reindex()
bool LIB_TABLE::migrate()
{
std::lock_guard<std::shared_mutex> lock( m_mutex );
bool table_updated = false;
for( LIB_TABLE_ROW& row : m_rows )