summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/ICloneable.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/ICloneable.cs')
-rw-r--r--src/mscorlib/src/System/ICloneable.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/ICloneable.cs b/src/mscorlib/src/System/ICloneable.cs
index 2931802539..49657c2765 100644
--- a/src/mscorlib/src/System/ICloneable.cs
+++ b/src/mscorlib/src/System/ICloneable.cs
@@ -16,7 +16,6 @@ namespace System {
// method which is called to create a clone of the object. Object defines a method
// MemberwiseClone to support default clone operations.
//
- [System.Runtime.InteropServices.ComVisible(true)]
public interface ICloneable
{
// Interface does not need to be marked with the serializable attribute