remove unused flp variable in lowerStandalone

This commit is contained in:
Yilou Wang 2026-04-05 12:50:50 +02:00
parent 3c981a9c57
commit 6b44bd63cd
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ class AssertPropConsRepVisitor final : public VNVisitor {
const RepRange r = getCounts(nodep);
if (!nodep->maxCountp() && !r.unbounded && r.minN >= 2) return; // V3AssertPre handles
FileLine* const flp = nodep->fileline();
AstNodeExpr* const exprp = nodep->exprp()->unlinkFrBack();
if (r.minN <= 1 && (r.unbounded || !nodep->maxCountp())) {