From cb3c2706a82b9df63c0085fd7d2ac0709f5fce7c Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Wed, 22 Oct 2025 11:14:21 +0100 Subject: [PATCH] Internals: Remove funcLocal from 'fork' locals --- src/V3ParseGrammar.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/V3ParseGrammar.h b/src/V3ParseGrammar.h index 9a9fa133b..9c9fbd302 100644 --- a/src/V3ParseGrammar.h +++ b/src/V3ParseGrammar.h @@ -310,7 +310,6 @@ public: AstVar* const varp = VN_CAST(stmtp, Var); if (!varp) break; varp->unlinkFrBack(); - varp->funcLocal(true); forkp->addInitsp(varp); } }