Remove leftover todo marker

This commit is contained in:
Jon Evans
2024-10-02 21:54:28 -04:00
parent ed0a265aa6
commit 2babeabbea
-4
View File
@@ -98,10 +98,6 @@ size_t hash_fp_item( const EDA_ITEM* aItem, int aFlags )
{
const PAD* pad = static_cast<const PAD*>( 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<int>{}( static_cast<int>( pad->GetAttribute() ) );
auto hashPadLayer =