Преглед на файлове

2004-08-23 Atsushi Enomoto <[email protected]>

	* XPathAtomicValue.cs, XPathNavigator.cs : Eliminate MS.Internal.Xml.*.

svn path=/trunk/mcs/; revision=32704
Atsushi Eno преди 21 години
родител
ревизия
3f40cbc057

+ 4 - 0
mcs/class/System.XML/System.Xml.XPath/ChangeLog

@@ -1,3 +1,7 @@
+2004-08-23  Atsushi Enomoto  <[email protected]>
+
+	* XPathAtomicValue.cs, XPathNavigator.cs : Eliminate MS.Internal.Xml.*.
+
 2004-08-03  Atsushi Enomoto  <[email protected]>
 
 	* XPathEditableNavigator.cs : implemented some editor support methods.

+ 0 - 1
mcs/class/System.XML/System.Xml.XPath/XPathAtomicValue.cs

@@ -33,7 +33,6 @@
 using System.Collections;
 using System.Xml;
 using System.Xml.Schema;
-using MS.Internal.Xml;
 
 namespace System.Xml.XPath
 {

+ 0 - 3
mcs/class/System.XML/System.Xml.XPath/XPathNavigator.cs

@@ -36,9 +36,6 @@ using System.IO;
 using System.Xml;
 using System.Xml.Schema;
 using Mono.Xml.XPath;
-#if NET_2_0
-using MS.Internal.Xml;
-#endif
 
 #if NET_2_0
 using NSResolver = System.Xml.IXmlNamespaceResolver;