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.Threading/ThreadStart.cs')
-rwxr-xr-xmcs/class/corlib/System.Threading/ThreadStart.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/mcs/class/corlib/System.Threading/ThreadStart.cs b/mcs/class/corlib/System.Threading/ThreadStart.cs
deleted file mode 100755
index ebd6bc9f764..00000000000
--- a/mcs/class/corlib/System.Threading/ThreadStart.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-//
-// System.Threading.ThreadStart.cs
-//
-// Author:
-// Dick Porter (dick@ximian.com)
-//
-// (C) Ximian, Inc. http://www.ximian.com
-//
-
-
-namespace System.Threading
-{
- public delegate void ThreadStart();
-}