mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 16:40:12 +02:00
Internals: Remove some pointless V3Number temporaries. No functional change intended.
This commit is contained in:
+1
-1
@@ -334,7 +334,7 @@ private:
|
||||
m_outNotSet[outnum] = true;
|
||||
// Value in table is arbitrary, but we need something
|
||||
setp = new AstConst(outvscp->fileline(),
|
||||
V3Number(outvscp, outvscp->width(), 0));
|
||||
AstConst::WidthedValue(), outvscp->width(), 0);
|
||||
} else {
|
||||
UINFO(8," Output "<<outvscp->name()<<" = "<<*outnump<<endl);
|
||||
// m_tableVarps[inValue] = num;
|
||||
|
||||
Reference in New Issue
Block a user