Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System/UnhandledExceptionEventHandler.cs')
-rwxr-xr-xmcs/class/corlib/System/UnhandledExceptionEventHandler.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/mcs/class/corlib/System/UnhandledExceptionEventHandler.cs b/mcs/class/corlib/System/UnhandledExceptionEventHandler.cs
deleted file mode 100755
index 710af2b4713..00000000000
--- a/mcs/class/corlib/System/UnhandledExceptionEventHandler.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-// System.UnhandledExceptionEventHandler.cs
-//
-// Paolo Molaro
-//
-// (C) 2002 Ximian, Inc.
-
-namespace System
-{
- public delegate void UnhandledExceptionEventHandler (object sender, UnhandledExceptionEventArgs args);
-}