1
0
mirror of synced 2026-04-15 17:50:00 +00:00

Remove redundant condition

This commit is contained in:
Eddie Hung
2019-06-14 13:31:18 -07:00
parent 9b55e69755
commit 46e69ee934

View File

@@ -329,7 +329,7 @@ struct XAigerWriter
//log_warning("Unsupported cell type: %s (%s)\n", log_id(cell->type), log_id(cell));
}
if (abc_box_seen && !holes_mode) {
if (abc_box_seen) {
for (auto &it : bit_users)
if (bit_drivers.count(it.first))
for (auto driver_cell : bit_drivers.at(it.first))