summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/CLSCompliantAttribute.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/shared/System/CLSCompliantAttribute.cs')
-rw-r--r--src/mscorlib/shared/System/CLSCompliantAttribute.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/shared/System/CLSCompliantAttribute.cs b/src/mscorlib/shared/System/CLSCompliantAttribute.cs
index e03600d132..d895b5ac71 100644
--- a/src/mscorlib/shared/System/CLSCompliantAttribute.cs
+++ b/src/mscorlib/shared/System/CLSCompliantAttribute.cs
@@ -13,7 +13,6 @@
namespace System
{
- [Serializable]
[AttributeUsage(AttributeTargets.All, Inherited = true, AllowMultiple = false)]
public sealed class CLSCompliantAttribute : Attribute
{