summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Byte.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/Byte.cs')
-rw-r--r--src/mscorlib/src/System/Byte.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/Byte.cs b/src/mscorlib/src/System/Byte.cs
index 980412b69e..666fdda75b 100644
--- a/src/mscorlib/src/System/Byte.cs
+++ b/src/mscorlib/src/System/Byte.cs
@@ -22,7 +22,6 @@ namespace System {
// The Byte class extends the Value class and
// provides object representation of the byte primitive type.
//
-[System.Runtime.InteropServices.ComVisible(true)]
[Serializable]
[System.Runtime.InteropServices.StructLayout(LayoutKind.Sequential)]
public struct Byte : IComparable, IFormattable, IConvertible