Cleanup $currQ from aigerparse

This commit is contained in:
Eddie Hung 2019-09-30 16:36:42 -07:00
parent e529872b01
commit f9bb335294
1 changed files with 0 additions and 2 deletions

View File

@ -817,8 +817,6 @@ void AigerReader::post_process()
}
if (is_flop) {
Wire* port = box_module->wire("\\$currQ");
log_assert(port);
log_assert(co_count < outputs.size());
Wire *wire = outputs[co_count++];
log_assert(wire);