summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Single.cs
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2018-08-24 12:30:27 -0700
committerSantiago Fernandez Madero <safern@microsoft.com>2018-08-29 13:32:52 -0700
commit8bc0e5e39a3805fa707f366f2a1189e2b25d43b6 (patch)
treebc0e2804d4d88e9684c81a5dfc16311263613f41 /src/System.Private.CoreLib/shared/System/Single.cs
parentfb4b1f70a47455b392231f97ab446f487c87521a (diff)
downloadcoreclr-8bc0e5e39a3805fa707f366f2a1189e2b25d43b6.tar.gz
coreclr-8bc0e5e39a3805fa707f366f2a1189e2b25d43b6.tar.bz2
coreclr-8bc0e5e39a3805fa707f366f2a1189e2b25d43b6.zip
Remove not necessary type forwarded from attributes when type comes from mscorlib in netfx
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/Single.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/Single.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Single.cs b/src/System.Private.CoreLib/shared/System/Single.cs
index 8d1788f731..5ca5a8e6ff 100644
--- a/src/System.Private.CoreLib/shared/System/Single.cs
+++ b/src/System.Private.CoreLib/shared/System/Single.cs
@@ -22,7 +22,6 @@ namespace System
{
[Serializable]
[StructLayout(LayoutKind.Sequential)]
- [TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public readonly struct Single : IComparable, IConvertible, IFormattable, IComparable<float>, IEquatable<float>, ISpanFormattable
{
private readonly float m_value; // Do not rename (binary serialization)