summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/BCLDebug.cs
diff options
context:
space:
mode:
authorMorgan Brown <morganbr@users.noreply.github.com>2017-05-11 19:24:42 -0700
committerJan Kotas <jkotas@microsoft.com>2017-05-11 19:24:42 -0700
commit906f60ce3c55ab0cc41765d9eeea542ec65ff737 (patch)
treefa9e375d5892b1b30e993eeb2fe0c19f1ccfbf4c /src/mscorlib/src/System/BCLDebug.cs
parente236ed54426e1e2bc53115123adbf9bad9584b5d (diff)
downloadcoreclr-906f60ce3c55ab0cc41765d9eeea542ec65ff737.tar.gz
coreclr-906f60ce3c55ab0cc41765d9eeea542ec65ff737.tar.bz2
coreclr-906f60ce3c55ab0cc41765d9eeea542ec65ff737.zip
Removes unneeded Serializable attributes from enums and delegates. They can be serialized without attributes and this will remove noise from future serialization changes. (#11535)
Diffstat (limited to 'src/mscorlib/src/System/BCLDebug.cs')
-rw-r--r--src/mscorlib/src/System/BCLDebug.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/BCLDebug.cs b/src/mscorlib/src/System/BCLDebug.cs
index 12a0d55995..4a5f6d1891 100644
--- a/src/mscorlib/src/System/BCLDebug.cs
+++ b/src/mscorlib/src/System/BCLDebug.cs
@@ -22,7 +22,6 @@ namespace System
using System.Security;
using System.Diagnostics.Contracts;
- [Serializable]
internal enum LogLevel
{
Trace = 0,