summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/SByte.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/SByte.cs')
-rw-r--r--src/mscorlib/src/System/SByte.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/SByte.cs b/src/mscorlib/src/System/SByte.cs
index da6ac5c88f..e738dfc546 100644
--- a/src/mscorlib/src/System/SByte.cs
+++ b/src/mscorlib/src/System/SByte.cs
@@ -19,7 +19,6 @@ namespace System {
// A place holder class for signed bytes.
[Serializable]
[CLSCompliant(false), System.Runtime.InteropServices.StructLayout(LayoutKind.Sequential)]
-[System.Runtime.InteropServices.ComVisible(true)]
public struct SByte : IComparable, IFormattable, IConvertible
, IComparable<SByte>, IEquatable<SByte>
{