From b094cbce017fa4f442eaec219169faaa4efa1f4f Mon Sep 17 00:00:00 2001 From: Nate Barbettini Date: Mon, 19 Oct 2015 14:21:58 -0700 Subject: [PATCH] Cleanup usings --- Stormpath.SDK/Stormpath.SDK.Tests/Impl/CreationOptions_tests.cs | 1 - .../Impl/DefaultCustomData_persistence_tests.cs | 1 - .../Stormpath.SDK.Tests/Impl/DefaultDataStore_tests.cs | 1 - .../Stormpath.SDK.Tests/Impl/DefaultRequestExecutor_tests.cs | 1 - .../Stormpath.SDK.Tests/Impl/Entity_identity_map_tests.cs | 2 -- Stormpath.SDK/Stormpath.SDK/Client/IClientBuilder.cs | 1 - .../Stormpath.SDK/Impl/Provider/DefaultProviderAccountResult.cs | 1 - Stormpath.SDK/Stormpath.SDK/Impl/Resource/ResourceData.cs | 1 - 8 files changed, 9 deletions(-) diff --git a/Stormpath.SDK/Stormpath.SDK.Tests/Impl/CreationOptions_tests.cs b/Stormpath.SDK/Stormpath.SDK.Tests/Impl/CreationOptions_tests.cs index 88586853..7030d35d 100644 --- a/Stormpath.SDK/Stormpath.SDK.Tests/Impl/CreationOptions_tests.cs +++ b/Stormpath.SDK/Stormpath.SDK.Tests/Impl/CreationOptions_tests.cs @@ -26,7 +26,6 @@ using Stormpath.SDK.Impl.Http; using Stormpath.SDK.Resource; using Stormpath.SDK.Tests.Fakes; -using Stormpath.SDK.Tests.Helpers; using Xunit; namespace Stormpath.SDK.Tests.Impl diff --git a/Stormpath.SDK/Stormpath.SDK.Tests/Impl/DefaultCustomData_persistence_tests.cs b/Stormpath.SDK/Stormpath.SDK.Tests/Impl/DefaultCustomData_persistence_tests.cs index 362dab7f..575bbb82 100644 --- a/Stormpath.SDK/Stormpath.SDK.Tests/Impl/DefaultCustomData_persistence_tests.cs +++ b/Stormpath.SDK/Stormpath.SDK.Tests/Impl/DefaultCustomData_persistence_tests.cs @@ -25,7 +25,6 @@ using Stormpath.SDK.Http; using Stormpath.SDK.Impl.DataStore; using Stormpath.SDK.Tests.Fakes; -using Stormpath.SDK.Tests.Helpers; using Xunit; namespace Stormpath.SDK.Tests.Impl diff --git a/Stormpath.SDK/Stormpath.SDK.Tests/Impl/DefaultDataStore_tests.cs b/Stormpath.SDK/Stormpath.SDK.Tests/Impl/DefaultDataStore_tests.cs index 536c8b71..2e224e80 100644 --- a/Stormpath.SDK/Stormpath.SDK.Tests/Impl/DefaultDataStore_tests.cs +++ b/Stormpath.SDK/Stormpath.SDK.Tests/Impl/DefaultDataStore_tests.cs @@ -33,7 +33,6 @@ using Stormpath.SDK.Linq; using Stormpath.SDK.Shared; using Stormpath.SDK.Tests.Fakes; -using Stormpath.SDK.Tests.Helpers; using Xunit; namespace Stormpath.SDK.Tests.Impl diff --git a/Stormpath.SDK/Stormpath.SDK.Tests/Impl/DefaultRequestExecutor_tests.cs b/Stormpath.SDK/Stormpath.SDK.Tests/Impl/DefaultRequestExecutor_tests.cs index 31af2b2f..5aa8957d 100644 --- a/Stormpath.SDK/Stormpath.SDK.Tests/Impl/DefaultRequestExecutor_tests.cs +++ b/Stormpath.SDK/Stormpath.SDK.Tests/Impl/DefaultRequestExecutor_tests.cs @@ -26,7 +26,6 @@ using Stormpath.SDK.Impl.Http.Support; using Stormpath.SDK.Shared; using Stormpath.SDK.Tests.Fakes; -using Stormpath.SDK.Tests.Helpers; using Xunit; namespace Stormpath.SDK.Tests.Impl diff --git a/Stormpath.SDK/Stormpath.SDK.Tests/Impl/Entity_identity_map_tests.cs b/Stormpath.SDK/Stormpath.SDK.Tests/Impl/Entity_identity_map_tests.cs index 994d3849..0dff9715 100644 --- a/Stormpath.SDK/Stormpath.SDK.Tests/Impl/Entity_identity_map_tests.cs +++ b/Stormpath.SDK/Stormpath.SDK.Tests/Impl/Entity_identity_map_tests.cs @@ -21,11 +21,9 @@ using NSubstitute; using Shouldly; using Stormpath.SDK.Account; -using Stormpath.SDK.DataStore; using Stormpath.SDK.Http; using Stormpath.SDK.Impl.DataStore; using Stormpath.SDK.Tests.Fakes; -using Stormpath.SDK.Tests.Helpers; using Xunit; namespace Stormpath.SDK.Tests.Impl diff --git a/Stormpath.SDK/Stormpath.SDK/Client/IClientBuilder.cs b/Stormpath.SDK/Stormpath.SDK/Client/IClientBuilder.cs index 1fd0eb3b..e14d9fd6 100644 --- a/Stormpath.SDK/Stormpath.SDK/Client/IClientBuilder.cs +++ b/Stormpath.SDK/Stormpath.SDK/Client/IClientBuilder.cs @@ -17,7 +17,6 @@ using System; using System.Net; -using System.Threading; using Stormpath.SDK.Api; using Stormpath.SDK.Http; using Stormpath.SDK.Serialization; diff --git a/Stormpath.SDK/Stormpath.SDK/Impl/Provider/DefaultProviderAccountResult.cs b/Stormpath.SDK/Stormpath.SDK/Impl/Provider/DefaultProviderAccountResult.cs index c737142f..e6fae896 100644 --- a/Stormpath.SDK/Stormpath.SDK/Impl/Provider/DefaultProviderAccountResult.cs +++ b/Stormpath.SDK/Stormpath.SDK/Impl/Provider/DefaultProviderAccountResult.cs @@ -15,7 +15,6 @@ // limitations under the License. // -using System; using System.Collections.Generic; using System.Linq; using Stormpath.SDK.Account; diff --git a/Stormpath.SDK/Stormpath.SDK/Impl/Resource/ResourceData.cs b/Stormpath.SDK/Stormpath.SDK/Impl/Resource/ResourceData.cs index ec6c9f60..6a7922ba 100644 --- a/Stormpath.SDK/Stormpath.SDK/Impl/Resource/ResourceData.cs +++ b/Stormpath.SDK/Stormpath.SDK/Impl/Resource/ResourceData.cs @@ -15,7 +15,6 @@ // limitations under the License. // -using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq;