diff --git a/elab_expr.cc b/elab_expr.cc index 553c6345e..46e98f8db 100644 --- a/elab_expr.cc +++ b/elab_expr.cc @@ -3770,8 +3770,6 @@ NetExpr* PEIdent::elaborate_expr_param_(Design*des, const NetEConst*ctmp = dynamic_cast(par); if (ctmp) { verinum cvalue = cast_to_width(ctmp->value(), expr_wid); - - tmp = new NetEConstParam(found_in, name, cvalue); tmp->set_line(*par);