Merge pull request #4707 from povik/stat-unused

stat: Drop unused field
This commit is contained in:
Martin Povišer 2024-11-05 09:38:29 +01:00 committed by GitHub
commit 29af057430
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ struct statdata_t
double sequential_area = 0;
string tech;
std::map<RTLIL::IdString, int> techinfo;
std::map<RTLIL::IdString, unsigned int, RTLIL::sort_by_id_str> num_cells_by_type;
std::set<RTLIL::IdString> unknown_cell_area;