summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/OutOfMemoryException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/OutOfMemoryException.cs')
-rw-r--r--src/mscorlib/src/System/OutOfMemoryException.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/OutOfMemoryException.cs b/src/mscorlib/src/System/OutOfMemoryException.cs
index 9bea0b46d7..46d5195405 100644
--- a/src/mscorlib/src/System/OutOfMemoryException.cs
+++ b/src/mscorlib/src/System/OutOfMemoryException.cs
@@ -16,7 +16,6 @@ namespace System {
using System;
using System.Runtime.Serialization;
- [System.Runtime.InteropServices.ComVisible(true)]
[Serializable]
public class OutOfMemoryException : SystemException {
public OutOfMemoryException()