Internals: Remove funcLocal from 'fork' locals

This commit is contained in:
Geza Lore 2025-10-22 11:14:21 +01:00
parent d65ba037a8
commit cb3c2706a8
1 changed files with 0 additions and 1 deletions

View File

@ -310,7 +310,6 @@ public:
AstVar* const varp = VN_CAST(stmtp, Var);
if (!varp) break;
varp->unlinkFrBack();
varp->funcLocal(true);
forkp->addInitsp(varp);
}
}