Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Delete dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Feb 26, 2018
1 parent 93f484a commit 08c87c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mscorlib/src/System/RtType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2426,11 +2426,9 @@ private static bool FilterApplyMethodBase(
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
Expand Down

0 comments on commit 08c87c5

Please sign in to comment.