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/AsyncCallback.cs')
-rw-r--r--mcs/class/corlib/System/AsyncCallback.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/mcs/class/corlib/System/AsyncCallback.cs b/mcs/class/corlib/System/AsyncCallback.cs
deleted file mode 100644
index ba9ead8e6f2..00000000000
--- a/mcs/class/corlib/System/AsyncCallback.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-//
-// System/AsyncCallback.cs
-//
-// Author:
-// Paolo Molaro (lupus@ximian.com)
-//
-// (C) Ximian, Inc. http://www.ximian.com
-//
-
-namespace System {
- public delegate void AsyncCallback (IAsyncResult ar);
-}
-