[WCF] fix mobile builds. Mono.Xml.XPath is gone.
authorAtsushi Eno <atsushieno@gmail.com>
Wed, 4 Feb 2015 08:33:41 +0000 (16:33 +0800)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 2 Mar 2015 03:36:42 +0000 (11:36 +0800)
mcs/class/System.ServiceModel/System.ServiceModel.Channels/Message.cs

index 92caf27498e852338bb13d1a3239dd5b3b1c92c9..ec14a780bb07007b121c0f48379eca8420092253 100644 (file)
@@ -31,7 +31,6 @@ using System.IO;
 using System.Runtime.Serialization;
 using System.Xml;
 using System.Xml.Schema;
-using Mono.Xml.XPath;
 
 namespace System.ServiceModel.Channels
 {