This commit is contained in:
nub31
2025-01-28 20:13:41 +01:00
parent a64bf1e487
commit 050586f2b7

View File

@@ -428,7 +428,6 @@ public class Generator
private void GenerateIdentifier(IdentifierNode identifier, LocalFunc func)
{
var variable = func.ResolveVariable(identifier.Identifier);
switch (variable)
{
case GlobalVariable globalVariable: