From 5e3016f34af6ed81bca4473d45a01ad5f118e865 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 12 Dec 2021 20:44:58 -0500 Subject: [PATCH] Fix foreach on dotted reference. --- src/V3LinkDot.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/V3LinkDot.cpp b/src/V3LinkDot.cpp index 3abd6608d..5ff609d0b 100644 --- a/src/V3LinkDot.cpp +++ b/src/V3LinkDot.cpp @@ -1295,7 +1295,6 @@ class LinkDotFindVisitor final : public AstNVisitor { AstNode* const warnp = nodep->arrayp() ? nodep->arrayp() : nodep; warnp->v3warn(E_UNSUPPORTED, "Unsupported (or syntax error): Foreach on this array's construct"); - nodep->dumpTree(cout, "-FIXME-us "); VL_DO_DANGLING(nodep->unlinkFrBack()->deleteTree(), nodep); return; }