Delete dead code
authorJan Kotas <jkotas@microsoft.com>
Mon, 26 Feb 2018 01:00:25 +0000 (17:00 -0800)
committerJan Kotas <jkotas@microsoft.com>
Mon, 26 Feb 2018 04:01:09 +0000 (20:01 -0800)
src/mscorlib/src/System/RtType.cs

index 611e11d..cfaf13f 100644 (file)
@@ -2426,11 +2426,9 @@ namespace System
         internal IntPtr m_handle;
 
         internal static readonly RuntimeType ValueType = (RuntimeType)typeof(System.ValueType);
-        internal static readonly RuntimeType EnumType = (RuntimeType)typeof(System.Enum);
 
         private static readonly RuntimeType ObjectType = (RuntimeType)typeof(System.Object);
         private static readonly RuntimeType StringType = (RuntimeType)typeof(System.String);
-        private static readonly RuntimeType DelegateType = (RuntimeType)typeof(System.Delegate);
         #endregion
 
         #region Constructor