summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/Void.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/shared/System/Void.cs')
-rw-r--r--src/mscorlib/shared/System/Void.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/shared/System/Void.cs b/src/mscorlib/shared/System/Void.cs
index 5c20f634fc..5162e6ad02 100644
--- a/src/mscorlib/shared/System/Void.cs
+++ b/src/mscorlib/shared/System/Void.cs
@@ -10,7 +10,6 @@
namespace System
{
// This class represents the void return type
- [Serializable]
public struct Void
{
}