summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/UInt32.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/UInt32.cs')
-rw-r--r--src/mscorlib/src/System/UInt32.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/UInt32.cs b/src/mscorlib/src/System/UInt32.cs
index f3d60092f7..fc3f10f96f 100644
--- a/src/mscorlib/src/System/UInt32.cs
+++ b/src/mscorlib/src/System/UInt32.cs
@@ -21,7 +21,6 @@ namespace System {
// * Wrapper for unsigned 32 bit integers.
[Serializable]
[CLSCompliant(false), System.Runtime.InteropServices.StructLayout(LayoutKind.Sequential)]
- [System.Runtime.InteropServices.ComVisible(true)]
public struct UInt32 : IComparable, IFormattable, IConvertible
, IComparable<UInt32>, IEquatable<UInt32>
{