summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/BadImageFormatException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/BadImageFormatException.cs')
-rw-r--r--src/mscorlib/src/System/BadImageFormatException.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mscorlib/src/System/BadImageFormatException.cs b/src/mscorlib/src/System/BadImageFormatException.cs
index 3f3f4a5b6e..51a6c40771 100644
--- a/src/mscorlib/src/System/BadImageFormatException.cs
+++ b/src/mscorlib/src/System/BadImageFormatException.cs
@@ -16,11 +16,9 @@ namespace System {
using System;
using System.Runtime.Serialization;
using FileLoadException = System.IO.FileLoadException;
- using System.Security.Permissions;
using SecurityException = System.Security.SecurityException;
using System.Globalization;
- [System.Runtime.InteropServices.ComVisible(true)]
[Serializable]
public class BadImageFormatException : SystemException {