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/ContextBoundObject.cs')
-rw-r--r--mcs/class/corlib/System/ContextBoundObject.cs25
1 files changed, 0 insertions, 25 deletions
diff --git a/mcs/class/corlib/System/ContextBoundObject.cs b/mcs/class/corlib/System/ContextBoundObject.cs
deleted file mode 100644
index 92e95e454aa..00000000000
--- a/mcs/class/corlib/System/ContextBoundObject.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//
-// System.ContextBoundObject.cs
-//
-// Author:
-// Miguel de Icaza (miguel@ximian.com)
-//
-// (C) Ximian, Inc. http://www.ximian.com
-//
-// TODO: Mucho left to implement.
-//
-
-namespace System {
-
- /// <summary>
- /// Base class for all the context-bound classes
- /// </summary>
- [MonoTODO]
- [Serializable]
- public abstract class ContextBoundObject : MarshalByRefObject {
-
- protected ContextBoundObject ()
- {
- }
- }
-}