diff --git a/Nub.Lang/Nub.Lang/Backend/Custom/Generator.cs b/Nub.Lang/Nub.Lang/Backend/Custom/Generator.cs index 9ca437c..d5f11da 100644 --- a/Nub.Lang/Nub.Lang/Backend/Custom/Generator.cs +++ b/Nub.Lang/Nub.Lang/Backend/Custom/Generator.cs @@ -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: