3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-25 19:36:21 +00:00

WIP remove dead code

This commit is contained in:
Jannis Harder 2025-10-04 14:40:08 +02:00 committed by Emil J. Tywoniak
parent 413169663d
commit bc7336499c

View file

@ -78,11 +78,6 @@ void RTLIL::Design::bufNormalize(bool enable)
module->bufNormalize();
}
struct bit_drive_data_t {
int drivers = 0;
int inout = 0;
int users = 0;
};
typedef ModWalker::PortBit PortBit;