From 2babeabbeaa0045d082bc8d420bfe29db9d9bac7 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Wed, 2 Oct 2024 21:54:28 -0400 Subject: [PATCH] Remove leftover todo marker --- common/hash_eda.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/hash_eda.cpp b/common/hash_eda.cpp index e46931d9a6..3c2b19c628 100644 --- a/common/hash_eda.cpp +++ b/common/hash_eda.cpp @@ -98,10 +98,6 @@ size_t hash_fp_item( const EDA_ITEM* aItem, int aFlags ) { const PAD* pad = static_cast( aItem ); - // TODO(JE) Implement this - if( pad->Padstack().Mode() != PADSTACK::MODE::NORMAL ) - wxLogDebug( "Hashing pad with non-simple padstack; hash code needs to be expanded" ); - ret = hash{}( static_cast( pad->GetAttribute() ) ); auto hashPadLayer =