From: Eddie Hung Date: Wed, 26 Jun 2019 17:33:07 +0000 (-0700) Subject: Remove unused var X-Git-Tag: working-ls180~1237^2~30 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e1b8d458bcfb231284ce9d3756cdbb583aa928b;p=yosys.git Remove unused var --- diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc index b17b9beb5..83c2edc86 100644 --- a/techlibs/xilinx/synth_xilinx.cc +++ b/techlibs/xilinx/synth_xilinx.cc @@ -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