We're creating the symbol library, so if it's not in the cache, then it's not in the library.

This commit is contained in:
Jeff Young
2025-07-12 09:45:43 +01:00
parent b5f19e11ae
commit fe10e6036f
-4
View File
@@ -3653,10 +3653,6 @@ void SCH_IO_ALTIUM::ParsePowerPort( const std::map<wxString, wxString>& aPropert
{
libSymbol = powerSymbolIt->second; // cache hit
}
else if( LIB_SYMBOL* alreadyLoaded = m_pi->LoadSymbol( getLibFileName().GetFullPath(), symName ) )
{
libSymbol = alreadyLoaded;
}
else
{
libSymbol = new LIB_SYMBOL( wxEmptyString );