summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Int16.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/Int16.cs')
-rw-r--r--src/mscorlib/src/System/Int16.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/Int16.cs b/src/mscorlib/src/System/Int16.cs
index f02a5f2cda..a5e62233e4 100644
--- a/src/mscorlib/src/System/Int16.cs
+++ b/src/mscorlib/src/System/Int16.cs
@@ -19,7 +19,6 @@ namespace System {
using System.Runtime.InteropServices;
using System.Diagnostics.Contracts;
-[System.Runtime.InteropServices.ComVisible(true)]
[Serializable]
[System.Runtime.InteropServices.StructLayout(LayoutKind.Sequential)]
public struct Int16 : IComparable, IFormattable, IConvertible