summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Random.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/Random.cs')
-rw-r--r--src/mscorlib/src/System/Random.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/Random.cs b/src/mscorlib/src/System/Random.cs
index f5941d6718..db6da0ea8b 100644
--- a/src/mscorlib/src/System/Random.cs
+++ b/src/mscorlib/src/System/Random.cs
@@ -18,7 +18,6 @@ namespace System {
using System.Globalization;
using System.Diagnostics.Contracts;
- [System.Runtime.InteropServices.ComVisible(true)]
[Serializable]
public class Random {
//