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/System/System.CodeDom/CodeExpression.cs')
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeExpression.cs21
1 files changed, 0 insertions, 21 deletions
diff --git a/mcs/class/System/System.CodeDom/CodeExpression.cs b/mcs/class/System/System.CodeDom/CodeExpression.cs
deleted file mode 100755
index 91d2f2f2839..00000000000
--- a/mcs/class/System/System.CodeDom/CodeExpression.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-// System.CodeDom CodeExpression Class implementation
-//
-// Author:
-// Miguel de Icaza (miguel@ximian.com)
-//
-// (C) 2001 Ximian, Inc.
-//
-
-using System.Runtime.InteropServices;
-
-namespace System.CodeDom
-{
- [Serializable]
- [ClassInterface(ClassInterfaceType.AutoDispatch)]
- [ComVisible(true)]
- public class CodeExpression
- : CodeObject
- {
- }
-}