summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/ThreadStaticAttribute.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/shared/System/ThreadStaticAttribute.cs')
-rw-r--r--src/mscorlib/shared/System/ThreadStaticAttribute.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/shared/System/ThreadStaticAttribute.cs b/src/mscorlib/shared/System/ThreadStaticAttribute.cs
index 3755e65a7b..c12ac1c18d 100644
--- a/src/mscorlib/shared/System/ThreadStaticAttribute.cs
+++ b/src/mscorlib/shared/System/ThreadStaticAttribute.cs
@@ -17,7 +17,6 @@ using System;
namespace System
{
- [Serializable]
[AttributeUsage(AttributeTargets.Field, Inherited = false)]
public class ThreadStaticAttribute : Attribute
{