diff --git a/pcbnew/router/pns_diff_pair_placer.cpp b/pcbnew/router/pns_diff_pair_placer.cpp index f5e74b36c7..f013cf92c9 100644 --- a/pcbnew/router/pns_diff_pair_placer.cpp +++ b/pcbnew/router/pns_diff_pair_placer.cpp @@ -650,7 +650,6 @@ bool DIFF_PAIR_PLACER::routeHead( const VECTOR2I& aP ) m_snapOnTarget = false; } - m_currentTrace = DIFF_PAIR(); m_currentTrace.SetGap( gap() ); m_currentTrace.SetLayer( m_currentLayer );