Remove redundant condition

This commit is contained in:
Eddie Hung 2019-06-14 13:31:18 -07:00
parent 9b55e69755
commit 46e69ee934
1 changed files with 1 additions and 1 deletions

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))