Remove a unused var
This commit is contained in:
parent
8e6b8911c8
commit
83f4597f05
eeschema/sch_plugins/database
|
@ -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& )
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue