summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/AsyncCallback.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/shared/System/AsyncCallback.cs')
-rw-r--r--src/mscorlib/shared/System/AsyncCallback.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/shared/System/AsyncCallback.cs b/src/mscorlib/shared/System/AsyncCallback.cs
index 5c49535cff..036d44a4b9 100644
--- a/src/mscorlib/shared/System/AsyncCallback.cs
+++ b/src/mscorlib/shared/System/AsyncCallback.cs
@@ -12,6 +12,5 @@
namespace System
{
- [Serializable]
public delegate void AsyncCallback(IAsyncResult ar);
}