Remove unused variable in legacy_plugin.cpp

This commit is contained in:
Alex Shvartzkop 2023-08-18 22:37:20 +03:00
parent f7f8bf5418
commit a06c1ec826
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ bool LEGACY_PLUGIN::CanReadBoard( const wxString& aFileName ) const
{ {
getVersion( &tempReader ); getVersion( &tempReader );
} }
catch( const IO_ERROR& e ) catch( const IO_ERROR& )
{ {
return false; return false;
} }