Skip to content

Commit

Permalink
Merge pull request #4707 from povik/stat-unused
Browse files Browse the repository at this point in the history
stat: Drop unused field
  • Loading branch information
povik authored Nov 5, 2024
2 parents 0dd1e43 + 4df3a5d commit 29af057
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion passes/cmds/stat.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 29af057

Please sign in to comment.