diff --git a/ILRuntime/CLR/TypeSystem/ILType.cs b/ILRuntime/CLR/TypeSystem/ILType.cs index 3e7e9570..4f22391e 100644 --- a/ILRuntime/CLR/TypeSystem/ILType.cs +++ b/ILRuntime/CLR/TypeSystem/ILType.cs @@ -273,10 +273,6 @@ public Type TypeForCLR { if (enumType == null) InitializeFields(); - if (enumType == null) - { - - } return enumType.TypeForCLR; } else if (FirstCLRBaseType != null && FirstCLRBaseType is CrossBindingAdaptor)