Remove unused System.Web namespace from source (it does not exists in the mobile...
authorSebastien Pouliot <sebastien@xamarin.com>
Wed, 26 Nov 2014 21:21:29 +0000 (16:21 -0500)
committerMarek Safar <marek.safar@gmail.com>
Mon, 2 May 2016 22:07:39 +0000 (00:07 +0200)
mcs/class/referencesource/System.ComponentModel.DataAnnotations/DataAnnotations/FileExtensionsAttribute.cs

index a568096182e82c153600b57f53ff10539b6732b9..564486448682a7113e65cb7b99f434fefab0b88c 100644 (file)
@@ -7,7 +7,6 @@ namespace System.ComponentModel.DataAnnotations {
     using System.Globalization;
     using System.IO;
     using System.Linq;
-    using System.Web;
 
     [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter, AllowMultiple = false)]
     public sealed class FileExtensionsAttribute : DataTypeAttribute {