Skip to content

Commit cb3c270

Browse files
committed
Internals: Remove funcLocal from 'fork' locals
1 parent d65ba03 commit cb3c270

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/V3ParseGrammar.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ class V3ParseGrammar final {
310310
AstVar* const varp = VN_CAST(stmtp, Var);
311311
if (!varp) break;
312312
varp->unlinkFrBack();
313-
varp->funcLocal(true);
314313
forkp->addInitsp(varp);
315314
}
316315
}

0 commit comments

Comments
 (0)