summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/EventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/shared/System/EventArgs.cs')
-rw-r--r--src/mscorlib/shared/System/EventArgs.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/shared/System/EventArgs.cs b/src/mscorlib/shared/System/EventArgs.cs
index c0356613de..be12af25b6 100644
--- a/src/mscorlib/shared/System/EventArgs.cs
+++ b/src/mscorlib/shared/System/EventArgs.cs
@@ -7,7 +7,6 @@ using System;
namespace System
{
// The base class for all event classes.
- [Serializable]
public class EventArgs
{
public static readonly EventArgs Empty = new EventArgs();