summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Boolean.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/Boolean.cs')
-rw-r--r--src/mscorlib/src/System/Boolean.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/Boolean.cs b/src/mscorlib/src/System/Boolean.cs
index 9aaec9a345..c085b0a020 100644
--- a/src/mscorlib/src/System/Boolean.cs
+++ b/src/mscorlib/src/System/Boolean.cs
@@ -19,7 +19,6 @@ namespace System {
// The Boolean class provides the
// object representation of the boolean primitive type.
[Serializable]
-[System.Runtime.InteropServices.ComVisible(true)]
public struct Boolean : IComparable, IConvertible, IComparable<Boolean>, IEquatable<Boolean>
{