mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Remove extraneous cache fill per row
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18159 (cherry picked from commit 64da49f22e4fa84f3a56600ad3fe8f1a7e0640b3) Co-authored-by: Jon Evans <jon@craftyjon.com>
This commit is contained in:
parent
f3d2f4af01
commit
10922a194c
@ -627,7 +627,6 @@ bool DATABASE_CONNECTION::selectAllAndCache( const std::string& aTable, const st
|
||||
}
|
||||
}
|
||||
|
||||
m_cache->Put( aTable, cacheEntry );
|
||||
wxASSERT( result.count( aKey ) );
|
||||
std::string keyStr = std::any_cast<std::string>( result.at( aKey ) );
|
||||
cacheEntry[keyStr] = result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user