summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/ValueType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/ValueType.cs')
-rw-r--r--src/mscorlib/src/System/ValueType.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/ValueType.cs b/src/mscorlib/src/System/ValueType.cs
index 102a0d2b92..06a64e397c 100644
--- a/src/mscorlib/src/System/ValueType.cs
+++ b/src/mscorlib/src/System/ValueType.cs
@@ -17,7 +17,6 @@ namespace System {
using System.Runtime.Versioning;
[Serializable]
-[System.Runtime.InteropServices.ComVisible(true)]
public abstract class ValueType {
public override bool Equals (Object obj) {