mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
LIB_TABLE::migrate() is called from Load(), which already has a lock.
This commit is contained in:
parent
8179d363db
commit
cff49ba3b4
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user