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.XPath/IXPathNavigable.cs')
-rw-r--r--mcs/class/System.XML/System.Xml.XPath/IXPathNavigable.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/mcs/class/System.XML/System.Xml.XPath/IXPathNavigable.cs b/mcs/class/System.XML/System.Xml.XPath/IXPathNavigable.cs
deleted file mode 100644
index 13c9018e761..00000000000
--- a/mcs/class/System.XML/System.Xml.XPath/IXPathNavigable.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-//
-// System.Xml.XPath.IXPathNavigable
-//
-// Author:
-// Jason Diamond (jason@injektilo.org)
-//
-// (C) 2001 Jason Diamond http://injektilo.org/
-//
-
-namespace System.Xml.XPath
-{
- public interface IXPathNavigable
- {
- XPathNavigator CreateNavigator ();
- }
-}