From 83f4597f057e9506803485422b1c6f1a31860b28 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sun, 17 Dec 2023 21:19:07 -0500 Subject: [PATCH] Remove a unused var --- eeschema/sch_plugins/database/sch_database_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/sch_plugins/database/sch_database_plugin.cpp b/eeschema/sch_plugins/database/sch_database_plugin.cpp index a702b322fa..e96af5728b 100644 --- a/eeschema/sch_plugins/database/sch_database_plugin.cpp +++ b/eeschema/sch_plugins/database/sch_database_plugin.cpp @@ -557,7 +557,7 @@ LIB_SYMBOL* SCH_DATABASE_PLUGIN::loadSymbolFromRow( const wxString& aSymbolName, { strValue = std::any_cast( aRow.at( mapping.column ) ); } - catch( std::bad_any_cast& e ) + catch( std::bad_any_cast& ) { }