Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/src/TypeSystem/IL/Stubs/DelegateThunks.Sorting.cs')
-rw-r--r--src/Common/src/TypeSystem/IL/Stubs/DelegateThunks.Sorting.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Common/src/TypeSystem/IL/Stubs/DelegateThunks.Sorting.cs b/src/Common/src/TypeSystem/IL/Stubs/DelegateThunks.Sorting.cs
index f30a11c9c..d921c9c3b 100644
--- a/src/Common/src/TypeSystem/IL/Stubs/DelegateThunks.Sorting.cs
+++ b/src/Common/src/TypeSystem/IL/Stubs/DelegateThunks.Sorting.cs
@@ -51,17 +51,6 @@ namespace Internal.IL.Stubs
protected internal override int ClassCode => 1993292344;
}
- partial class DelegateDynamicInvokeThunk
- {
- protected internal override int ClassCode => -1127289330;
-
- protected internal override int CompareToImpl(MethodDesc other, TypeSystemComparer comparer)
- {
- var otherMethod = (DelegateDynamicInvokeThunk)other;
- return comparer.Compare(_delegateInfo.Type, otherMethod._delegateInfo.Type);
- }
- }
-
partial class DelegateGetThunkMethodOverride
{
protected internal override int ClassCode => -321263379;