Remove a unused var

This commit is contained in:
Marek Roszko 2023-12-17 21:19:07 -05:00
parent 8e6b8911c8
commit 83f4597f05
1 changed files with 1 additions and 1 deletions
eeschema/sch_plugins/database

View File

@ -557,7 +557,7 @@ LIB_SYMBOL* SCH_DATABASE_PLUGIN::loadSymbolFromRow( const wxString& aSymbolName,
{
strValue = std::any_cast<std::string>( aRow.at( mapping.column ) );
}
catch( std::bad_any_cast& e )
catch( std::bad_any_cast& )
{
}