Remove unused var

This commit is contained in:
Eddie Hung 2019-06-26 10:33:07 -07:00
parent 988e6163ab
commit 5e1b8d458b
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ struct SynthXilinxPass : public ScriptPass
log("\n"); 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; bool flatten, retime, vpr, nobram, nodram, nosrl, nocarry, nowidelut, abc9;
void clear_flags() YS_OVERRIDE void clear_flags() YS_OVERRIDE