Remove unused variable in legacy_plugin.cpp
This commit is contained in:
parent
f7f8bf5418
commit
a06c1ec826
|
@ -421,7 +421,7 @@ bool LEGACY_PLUGIN::CanReadBoard( const wxString& aFileName ) const
|
|||
{
|
||||
getVersion( &tempReader );
|
||||
}
|
||||
catch( const IO_ERROR& e )
|
||||
catch( const IO_ERROR& )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue