Remove wrong usings
authorMarek Safar <marek.safar@gmail.com>
Tue, 26 Jun 2012 21:43:44 +0000 (22:43 +0100)
committerMarek Safar <marek.safar@gmail.com>
Tue, 26 Jun 2012 21:59:00 +0000 (22:59 +0100)
mcs/class/System/System.Security.Authentication.ExtendedProtection.Configuration/ConfigUtil.cs
mcs/class/System/System.Security.Authentication.ExtendedProtection.Configuration/ServiceNameElementCollection.cs

index 16e8bf836bb8acf0f8853a59f8f2c3b13fb3fecb..2adfad58ad0b47ac8c37eeef6413daea1d961f74 100644 (file)
@@ -35,7 +35,6 @@ using System.Collections.Generic;
 using System.Collections.ObjectModel;
 using System.ComponentModel;
 using System.Configuration;
-using System.Linq;
 using System.Net;
 using System.Net.Security;
 using System.Reflection;
index bc7884f0fdd8abde2c8aed2e330b5e92ef2254ee..900bdc5c60af58b044a5aa8cf80f7f9632e2f41c 100644 (file)
@@ -33,7 +33,6 @@ using System.Collections.Generic;
 using System.Collections.ObjectModel;
 using System.ComponentModel;
 using System.Configuration;
-using System.Linq;
 using System.Net;
 using System.Net.Security;
 using System.Reflection;