remove unused flp variable in lowerStandalone
This commit is contained in:
parent
3c981a9c57
commit
6b44bd63cd
|
|
@ -109,7 +109,6 @@ class AssertPropConsRepVisitor final : public VNVisitor {
|
||||||
const RepRange r = getCounts(nodep);
|
const RepRange r = getCounts(nodep);
|
||||||
if (!nodep->maxCountp() && !r.unbounded && r.minN >= 2) return; // V3AssertPre handles
|
if (!nodep->maxCountp() && !r.unbounded && r.minN >= 2) return; // V3AssertPre handles
|
||||||
|
|
||||||
FileLine* const flp = nodep->fileline();
|
|
||||||
AstNodeExpr* const exprp = nodep->exprp()->unlinkFrBack();
|
AstNodeExpr* const exprp = nodep->exprp()->unlinkFrBack();
|
||||||
|
|
||||||
if (r.minN <= 1 && (r.unbounded || !nodep->maxCountp())) {
|
if (r.minN <= 1 && (r.unbounded || !nodep->maxCountp())) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue