[reduce][NFC] clang-tidy

This commit is contained in:
Fabian Schuiki 2023-03-20 11:05:10 -07:00
parent 48578560bc
commit 547fd86515
No known key found for this signature in database
GPG Key ID: C42F5825FC5275E6
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ findInstantiatedModule(firrtl::InstanceOp instOp, SymbolCache &symbols) {
/// Utility to track the transitive size of modules.
struct ModuleSizeCache {
ModuleSizeCache() {}
void clear() { moduleSizes.clear(); }
uint64_t getModuleSize(Operation *module, SymbolCache &symbols) {