From 5637e0c917d11ed0d2949ac146f641e5e43ebfc5 Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Mon, 11 Jul 2016 22:51:41 -0700 Subject: [PATCH] Remove unused using statements --- samples/CookieSample/Program.cs | 1 - .../Events/EventResultState.cs | 2 -- .../Properties/Resources.Designer.cs | 1 - .../SharedAuthenticationOptions.cs | 3 --- src/Microsoft.AspNetCore.Authentication/Win32.cs | 1 - 5 files changed, 8 deletions(-) diff --git a/samples/CookieSample/Program.cs b/samples/CookieSample/Program.cs index df74352e7c..7deed359e1 100644 --- a/samples/CookieSample/Program.cs +++ b/samples/CookieSample/Program.cs @@ -1,6 +1,5 @@ using System.IO; using Microsoft.AspNetCore.Hosting; -using Microsoft.Extensions.Configuration; namespace CookieSample { diff --git a/src/Microsoft.AspNetCore.Authentication/Events/EventResultState.cs b/src/Microsoft.AspNetCore.Authentication/Events/EventResultState.cs index 80a6f949ab..b11dec93f1 100644 --- a/src/Microsoft.AspNetCore.Authentication/Events/EventResultState.cs +++ b/src/Microsoft.AspNetCore.Authentication/Events/EventResultState.cs @@ -1,8 +1,6 @@ // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -using System; - namespace Microsoft.AspNetCore.Authentication { public enum EventResultState diff --git a/src/Microsoft.AspNetCore.Authentication/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Authentication/Properties/Resources.Designer.cs index 29dd7c67e2..a6cf910462 100644 --- a/src/Microsoft.AspNetCore.Authentication/Properties/Resources.Designer.cs +++ b/src/Microsoft.AspNetCore.Authentication/Properties/Resources.Designer.cs @@ -1,7 +1,6 @@ // namespace Microsoft.AspNetCore.Authentication { - using System.Globalization; using System.Reflection; using System.Resources; diff --git a/src/Microsoft.AspNetCore.Authentication/SharedAuthenticationOptions.cs b/src/Microsoft.AspNetCore.Authentication/SharedAuthenticationOptions.cs index bf30cae9e3..8b168c9a0a 100644 --- a/src/Microsoft.AspNetCore.Authentication/SharedAuthenticationOptions.cs +++ b/src/Microsoft.AspNetCore.Authentication/SharedAuthenticationOptions.cs @@ -1,9 +1,6 @@ // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. - -using System; - namespace Microsoft.AspNetCore.Authentication { public class SharedAuthenticationOptions diff --git a/src/Microsoft.AspNetCore.Authentication/Win32.cs b/src/Microsoft.AspNetCore.Authentication/Win32.cs index 0e757e42a6..8752c3b734 100644 --- a/src/Microsoft.AspNetCore.Authentication/Win32.cs +++ b/src/Microsoft.AspNetCore.Authentication/Win32.cs @@ -3,7 +3,6 @@ using System; -using System.ComponentModel; using System.Runtime.InteropServices; namespace Microsoft.Win32