Remove unneeded 'using' clauses
authorSebastien Pouliot <sebastien@ximian.com>
Fri, 8 Oct 2010 15:57:25 +0000 (11:57 -0400)
committerSebastien Pouliot <sebastien@ximian.com>
Fri, 8 Oct 2010 20:09:20 +0000 (16:09 -0400)
mcs/class/System.Web/System.Web.SessionState_2.0/SessionIDManager.cs
mcs/class/System.Web/System.Web.SessionState_2.0/SessionStateModule.cs

index 26265b9ca175a89f007047371befb8b54fac6341..eec027992eb8fd458c9e1b22f933489426d2628e 100644 (file)
@@ -28,7 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 #if NET_2_0
-using System.Security.Cryptography;
 using System.Web;
 using System.Web.Configuration;
 using System.Web.Util;
index 74098bbb32a91919c4b3071383fa8dfebcb68134..06ea577819dff55c5a4352aa61cd175c1b6dcee1 100644 (file)
@@ -36,7 +36,6 @@ using System.ComponentModel;
 using System.Web.Configuration;
 using System.Web.Caching;
 using System.Web.Util;
-using System.Security.Cryptography;
 using System.Security.Permissions;
 using System.Threading;
 using System.Configuration;