mirror of https://github.com/YosysHQ/nextpnr.git
remove not used variable
This commit is contained in:
parent
9acc794661
commit
af70c0533d
|
|
@ -95,7 +95,6 @@ struct GateMateImpl : HimbaechelAPI
|
|||
pool<IdString> multiplier_a_passthru_lowers;
|
||||
pool<IdString> multiplier_a_passthru_uppers;
|
||||
pool<IdString> multiplier_zero_drivers;
|
||||
std::vector<CellInfo *> multipliers;
|
||||
std::vector<bool> used_cpes;
|
||||
std::vector<bool> passtrough;
|
||||
int fpga_mode;
|
||||
|
|
|
|||
Loading…
Reference in New Issue