summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Int32.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/Int32.cs')
-rw-r--r--src/mscorlib/src/System/Int32.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/Int32.cs b/src/mscorlib/src/System/Int32.cs
index 2da55bf089..0e1ed56a41 100644
--- a/src/mscorlib/src/System/Int32.cs
+++ b/src/mscorlib/src/System/Int32.cs
@@ -21,7 +21,6 @@ namespace System {
[Serializable]
[System.Runtime.InteropServices.StructLayout(LayoutKind.Sequential)]
-[System.Runtime.InteropServices.ComVisible(true)]
public struct Int32 : IComparable, IFormattable, IConvertible
, IComparable<Int32>, IEquatable<Int32>
{