summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/TimeSpan.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/TimeSpan.cs')
-rw-r--r--src/mscorlib/src/System/TimeSpan.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/TimeSpan.cs b/src/mscorlib/src/System/TimeSpan.cs
index a594da20e7..7b71b48fed 100644
--- a/src/mscorlib/src/System/TimeSpan.cs
+++ b/src/mscorlib/src/System/TimeSpan.cs
@@ -28,7 +28,6 @@ namespace System {
// details of this type should change, or new fields added, we need to remember to add
// an appropriate custom ILMarshaler to keep WInRT interop scenarios enabled.
//
- [System.Runtime.InteropServices.ComVisible(true)]
[Serializable] public struct TimeSpan : IComparable
, IComparable<TimeSpan>, IEquatable<TimeSpan>, IFormattable
{