From 06090528a3affe540d2e95f3ccd96deb7180843f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 14 Jan 2026 08:41:27 +0100 Subject: [PATCH] remove empty if --- himbaechel/uarch/gatemate/pack.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/himbaechel/uarch/gatemate/pack.cc b/himbaechel/uarch/gatemate/pack.cc index cac93631..9aeea68c 100644 --- a/himbaechel/uarch/gatemate/pack.cc +++ b/himbaechel/uarch/gatemate/pack.cc @@ -381,8 +381,6 @@ void GateMatePacker::repack_cpe() if (l.z == CPE_LT_L_Z) { if (!cell.second->params.count(id_INIT_L20)) cell.second->params[id_INIT_L20] = Property(LUT_D1, 4); - if (cell.second->getPort(id_D0_10)) { - } } cell.second->params[id_L2T4_UPPER] = Property((l.z == CPE_LT_U_Z) ? 1 : 0, 1); } else if (cell.second->type.in(id_CPE_LT_L)) {