[mono/mono] ba6de2d5: Fix condition (for MOBILE) that excluded System.Xml.Schema/Extensions.cs. Removed the condition since every profile we now support includes this [#15552]

"Sebastien Pouliot ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141dce176b4-b857e395-a3f7-43f9-a13d-9aeb54ecd904-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/e028273cff67...ba6de2d5cc4d

   Commit: ba6de2d5cc4db57d6a934af6972f0d7382197fa0
   Author: Sebastien Pouliot <[email protected]> (spouliot)
     Date: 2013-10-21 21:15:53 GMT
      URL: https://github.com/mono/mono/commit/ba6de2d5cc4db57d6a934af6972f0d7382197fa0

Fix condition (for MOBILE) that excluded System.Xml.Schema/Extensions.cs. Removed the condition since every profile we now support includes this [#15552]

Changed paths:
  M mcs/class/System.Xml.Linq/System.Xml.Schema/Extensions.cs

Modified: mcs/class/System.Xml.Linq/System.Xml.Schema/Extensions.cs
===================================================================
@@ -24,8 +24,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if !NET_2_1
-
 using System;
 using System.Xml;
 using System.Xml.Linq;
@@ -109,5 +107,3 @@ public static void Validate (this XElement source, XmlSchemaObject partialValida
 		}
 	}
 }
-
-#endif


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.