From d7ae36a5d8082192633f098280b4a86ce66cd298 Mon Sep 17 00:00:00 2001 From: liiir1985 Date: Tue, 7 Mar 2017 14:01:37 +0800 Subject: [PATCH] Forgotten file --- ILRuntime/CLR/TypeSystem/ILType.cs | 4 ---- 1 file changed, 4 deletions(-) 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)