From 495f337fa57f57f04ebca032bc69f14b2060b375 Mon Sep 17 00:00:00 2001 From: Mike Williams Date: Wed, 28 Dec 2022 11:31:49 -0500 Subject: [PATCH] Schematic: remove unused variable --- eeschema/sch_edit_frame.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/eeschema/sch_edit_frame.cpp b/eeschema/sch_edit_frame.cpp index 1892cb2d3b..7d756b61a7 100644 --- a/eeschema/sch_edit_frame.cpp +++ b/eeschema/sch_edit_frame.cpp @@ -1669,9 +1669,6 @@ void SCH_EDIT_FRAME::FixupJunctions() { size_t num_undos = m_undoList.m_CommandsList.size(); - // We require a set here to avoid adding multiple junctions to the same spot - std::set junctions; - SetCurrentSheet( sheet ); GetCurrentSheet().UpdateAllScreenReferences();