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:
authorMorgan Brown <morganbr@users.noreply.github.com>2017-05-12 05:24:42 +0300
committerJan Kotas <jkotas@microsoft.com>2017-05-12 16:16:04 +0300
commit497ab1f7b38175c75aecd8d653b2e512b521babb (patch)
tree9d51f94e639b3af23c6a80ecb467cbc613fee341 /src/System.Private.CoreLib/shared/System/AttributeTargets.cs
parenta8e4ab5ed59111ed6246c50b61f0717610c23443 (diff)
Removes unneeded Serializable attributes from enums and delegates. They can be serialized without attributes and this will remove noise from future serialization changes. (#11535)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/AttributeTargets.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/AttributeTargets.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/shared/System/AttributeTargets.cs b/src/System.Private.CoreLib/shared/System/AttributeTargets.cs
index fdfa4ab73..c33d19e85 100644
--- a/src/System.Private.CoreLib/shared/System/AttributeTargets.cs
+++ b/src/System.Private.CoreLib/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,