From e16db343ab4b5ec016ae5004a6fbbcc9aa44966c Mon Sep 17 00:00:00 2001 From: Kamil Danecki Date: Tue, 24 Mar 2026 12:45:09 +0100 Subject: [PATCH] Cleanup Signed-off-by: Kamil Danecki --- src/V3Begin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/V3Begin.cpp b/src/V3Begin.cpp index 06fa88fbe..5c4361294 100644 --- a/src/V3Begin.cpp +++ b/src/V3Begin.cpp @@ -301,10 +301,8 @@ class BeginVisitor final : public VNVisitor { // If static variable, move it outside a function. if (nodep->lifetime().isStatic() && m_ftaskp) { if (nodep->user1()) { - // UINFO(0, "RETURN"); return; } - // UINFO(0, "TASK IS STATIC " << m_ftaskp->lifetime().isStatic()); const std::string newName = m_ftaskp->name() + "__Vstatic__" + dot(m_unnamedScope, nodep->name()); if (m_ftaskp->lifetime().isStatic() && nodep->isIO()) {