From 7d8b385a72f04a0968f1033268de4f263582aac3 Mon Sep 17 00:00:00 2001
From: JamesJCode <13408010-JamesJCode@users.noreply.gitlab.com>
Date: Wed, 12 Mar 2025 20:03:32 +0000
Subject: [PATCH] Fix compiler warning

---
 include/layer_range.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/layer_range.h b/include/layer_range.h
index 271b1cc6ac..3689190db7 100644
--- a/include/layer_range.h
+++ b/include/layer_range.h
@@ -82,8 +82,6 @@ private:
             if( start & 1 || stop & 1 )
                 throw std::invalid_argument( "Only works for copper layers" );
 
-            m_layer_count = m_layer_count;
-
             if( stop == B_Cu || m_stop >= m_current )
                 m_reverse = false;
             else