diff options
Diffstat (limited to 'passes/proc/proc_mux.cc')
-rw-r--r-- | passes/proc/proc_mux.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/passes/proc/proc_mux.cc b/passes/proc/proc_mux.cc index c7121959a..9b2f83885 100644 --- a/passes/proc/proc_mux.cc +++ b/passes/proc/proc_mux.cc @@ -186,9 +186,6 @@ static void append_pmux(RTLIL::Module *mod, const RTLIL::SigSpec &signal, const assert(last_mux_cell != NULL); assert(when_signal.width == last_mux_cell->connections["\\A"].width); - std::stringstream sstr; - sstr << "$procmux$" << (RTLIL::autoidx++); - RTLIL::SigSpec ctrl_sig = gen_cmp(mod, signal, compare, sw); assert(ctrl_sig.width == 1); last_mux_cell->type = "$pmux"; |