summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/DefaultBinder.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/shared/System/DefaultBinder.cs')
-rw-r--r--src/mscorlib/shared/System/DefaultBinder.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mscorlib/shared/System/DefaultBinder.cs b/src/mscorlib/shared/System/DefaultBinder.cs
index 3b46d5f4d3..9adf702a02 100644
--- a/src/mscorlib/shared/System/DefaultBinder.cs
+++ b/src/mscorlib/shared/System/DefaultBinder.cs
@@ -8,8 +8,6 @@ using CultureInfo = System.Globalization.CultureInfo;
namespace System
{
- //Marked serializable even though it has no state.
- [Serializable]
#if CORECLR
internal
#else