diff --git a/NewSource/SocordiaC/Compilation/Listeners/CollectGlobalVariablesListener.cs b/NewSource/SocordiaC/Compilation/Listeners/CollectGlobalVariablesListener.cs index e8511ed3..e0d5597a 100644 --- a/NewSource/SocordiaC/Compilation/Listeners/CollectGlobalVariablesListener.cs +++ b/NewSource/SocordiaC/Compilation/Listeners/CollectGlobalVariablesListener.cs @@ -24,7 +24,6 @@ protected override void ListenToNode(Driver context, VariableStatement node) SetValue(valueConst, field); } //Todo: add field value when its valetype then defaultvalue, otherwise use static ctor - } private static void SetValue(Value valueConst, FieldDef field)