mirror of https://github.com/YosysHQ/yosys.git
Remove unused var
This commit is contained in:
parent
988e6163ab
commit
5e1b8d458b
|
@ -99,7 +99,7 @@ struct SynthXilinxPass : public ScriptPass
|
|||
log("\n");
|
||||
}
|
||||
|
||||
std::string top_opt, edif_file, blif_file, abc, arch;
|
||||
std::string top_opt, edif_file, blif_file, arch;
|
||||
bool flatten, retime, vpr, nobram, nodram, nosrl, nocarry, nowidelut, abc9;
|
||||
|
||||
void clear_flags() YS_OVERRIDE
|
||||
|
|
Loading…
Reference in New Issue