From f6b8d613ab93c20decb9cfb8528c0cbe633f4016 Mon Sep 17 00:00:00 2001 From: Cary R Date: Fri, 5 Jul 2013 16:19:21 -0700 Subject: [PATCH] Fix space issue. --- elab_expr.cc | 2 -- 1 file changed, 2 deletions(-) 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);