From 6b44bd63cdf35d2543d2f761fbeebfa05b3e2a6b Mon Sep 17 00:00:00 2001 From: Yilou Wang Date: Sun, 5 Apr 2026 12:50:50 +0200 Subject: [PATCH] remove unused flp variable in lowerStandalone --- src/V3AssertProp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/V3AssertProp.cpp b/src/V3AssertProp.cpp index 9e8ee282e..cd5173917 100644 --- a/src/V3AssertProp.cpp +++ b/src/V3AssertProp.cpp @@ -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())) {