summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/DateTimeKind.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/shared/System/DateTimeKind.cs')
-rw-r--r--src/mscorlib/shared/System/DateTimeKind.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/shared/System/DateTimeKind.cs b/src/mscorlib/shared/System/DateTimeKind.cs
index 6b5e690df0..33c9bd925f 100644
--- a/src/mscorlib/shared/System/DateTimeKind.cs
+++ b/src/mscorlib/shared/System/DateTimeKind.cs
@@ -7,7 +7,6 @@ namespace System
// This enum is used to indentify DateTime instances in cases when they are known to be in local time,
// UTC time or if this information has not been specified or is not applicable.
- [Serializable]
public enum DateTimeKind
{
Unspecified = 0,