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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/shims
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-10-30 22:05:18 +0300
committerStephen Toub <stoub@microsoft.com>2017-10-30 22:05:18 +0300
commitaca208104d2013e4c3c7fd56c8f169080fbb4ea1 (patch)
tree0e3e1f1926c52a2eb32edc4c996210c6d06fd1c5 /src/shims
parent7a3d591c8e4e308c32e9f4932eaf8fa9ed1d760b (diff)
Delete unnecessary internal forwarders (#24939)
The optimized enum comparers used can never show up in the binary serialization payload. We do not need the internal forwarders for them.
Diffstat (limited to 'src/shims')
-rw-r--r--src/shims/manual/mscorlib.forwards.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shims/manual/mscorlib.forwards.cs b/src/shims/manual/mscorlib.forwards.cs
index 55c4566c77..e362931b54 100644
--- a/src/shims/manual/mscorlib.forwards.cs
+++ b/src/shims/manual/mscorlib.forwards.cs
@@ -14,9 +14,6 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.NonRandomizedStringEqualityComparer))]
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.ByteEqualityComparer))]
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.EnumEqualityComparer<>))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.SByteEnumEqualityComparer<>))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.ShortEnumEqualityComparer<>))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.LongEnumEqualityComparer<>))]
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ListDictionaryInternal))]
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CultureAwareComparer))]
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.OrdinalComparer))]