summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/AttributeTargets.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/shared/System/AttributeTargets.cs')
-rw-r--r--src/mscorlib/shared/System/AttributeTargets.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/shared/System/AttributeTargets.cs b/src/mscorlib/shared/System/AttributeTargets.cs
index fdfa4ab730..c33d19e85e 100644
--- a/src/mscorlib/shared/System/AttributeTargets.cs
+++ b/src/mscorlib/shared/System/AttributeTargets.cs
@@ -10,7 +10,6 @@ namespace System
// Enum used to indicate all the elements of the
// VOS it is valid to attach this element to.
[Flags]
- [Serializable]
public enum AttributeTargets
{
Assembly = 0x0001,