diff --git a/kernel/rtlil_bufnorm.cc b/kernel/rtlil_bufnorm.cc index d0561f880..47a9b1edc 100644 --- a/kernel/rtlil_bufnorm.cc +++ b/kernel/rtlil_bufnorm.cc @@ -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;