summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/UnhandledExceptionEventHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/UnhandledExceptionEventHandler.cs')
-rw-r--r--src/mscorlib/src/System/UnhandledExceptionEventHandler.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mscorlib/src/System/UnhandledExceptionEventHandler.cs b/src/mscorlib/src/System/UnhandledExceptionEventHandler.cs
index 7d6531945e..8c2798230c 100644
--- a/src/mscorlib/src/System/UnhandledExceptionEventHandler.cs
+++ b/src/mscorlib/src/System/UnhandledExceptionEventHandler.cs
@@ -5,9 +5,6 @@
namespace System {
using System;
-#if FEATURE_CORECLR
- [System.Security.SecurityCritical] // auto-generated
-#endif
[Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public delegate void UnhandledExceptionEventHandler(Object sender, UnhandledExceptionEventArgs e);