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.XML/System.Xml.Schema/XmlSchemaContent.cs')
-rwxr-xr-xmcs/class/System.XML/System.Xml.Schema/XmlSchemaContent.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/mcs/class/System.XML/System.Xml.Schema/XmlSchemaContent.cs b/mcs/class/System.XML/System.Xml.Schema/XmlSchemaContent.cs
deleted file mode 100755
index ac32916437a..00000000000
--- a/mcs/class/System.XML/System.Xml.Schema/XmlSchemaContent.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-// Author: Dwivedi, Ajay kumar
-// Adwiv@Yahoo.com
-using System;
-
-namespace System.Xml.Schema
-{
- /// <summary>
- /// Summary description for XmlSchemaContent.
- /// </summary>
- public abstract class XmlSchemaContent : XmlSchemaAnnotated
- {
- protected XmlSchemaContent()
- {}
- }
-} \ No newline at end of file