Skip to content

Commit

Permalink
Remove unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
btecu committed Apr 24, 2015
1 parent 0650fce commit 18cb7c7
Show file tree
Hide file tree
Showing 66 changed files with 76 additions and 192 deletions.
3 changes: 2 additions & 1 deletion BasicTest/Program.cs
@@ -1,11 +1,12 @@
using System;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using StackExchange.Redis;

[assembly: System.Reflection.AssemblyVersion("1.0.0")]
[assembly: AssemblyVersion("1.0.0")]

namespace BasicTest
{
Expand Down
3 changes: 0 additions & 3 deletions ConnectionWatcher/Program.cs
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace ConnectionWatcher
Expand Down
1 change: 0 additions & 1 deletion ConnectionWatcher/Properties/AssemblyInfo.cs
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
6 changes: 2 additions & 4 deletions MigratedBookSleeveTestSuite/Batches.cs
@@ -1,9 +1,7 @@
using NUnit.Framework;
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;

namespace Tests
{
Expand Down
8 changes: 3 additions & 5 deletions MigratedBookSleeveTestSuite/Config.cs
@@ -1,12 +1,10 @@
using System;
using System.Net.Sockets;
using NUnit.Framework;
using System.Threading;
using System.Diagnostics;
using System.Threading.Tasks;
using System.IO;
using StackExchange.Redis;
using System.Linq;
using System.Threading.Tasks;
using NUnit.Framework;
using StackExchange.Redis;

namespace Tests
{
Expand Down
5 changes: 0 additions & 5 deletions MigratedBookSleeveTestSuite/Issues/Issue10.cs
@@ -1,9 +1,4 @@
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tests.Issues
{
Expand Down
5 changes: 1 addition & 4 deletions MigratedBookSleeveTestSuite/Issues/SO10504853.cs
@@ -1,9 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using System.Diagnostics;
using NUnit.Framework;
using StackExchange.Redis;

namespace Tests.Issues
Expand Down
3 changes: 1 addition & 2 deletions MigratedBookSleeveTestSuite/Issues/SO10825542.cs
@@ -1,9 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using StackExchange.Redis;

namespace Tests.Issues
{
[TestFixture]
Expand Down
3 changes: 1 addition & 2 deletions MigratedBookSleeveTestSuite/Issues/SO11766033.cs
@@ -1,5 +1,4 @@
using System;
using NUnit.Framework;
using NUnit.Framework;

namespace Tests.Issues
{
Expand Down
1 change: 0 additions & 1 deletion MigratedBookSleeveTestSuite/Locking.cs
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
Expand Down
3 changes: 1 addition & 2 deletions MigratedBookSleeveTestSuite/Program.cs
@@ -1,10 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using System.Reflection;
using System.Threading.Tasks;
using NUnit.Framework;

namespace Tests
{
Expand Down
1 change: 0 additions & 1 deletion MigratedBookSleeveTestSuite/Properties/AssemblyInfo.cs
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
10 changes: 5 additions & 5 deletions MigratedBookSleeveTestSuite/PubSub.cs
@@ -1,10 +1,10 @@
using NUnit.Framework;
using System.Threading;
using System.Text;
using System;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Collections.Generic;
using NUnit.Framework;
using StackExchange.Redis;

namespace Tests
Expand Down
8 changes: 3 additions & 5 deletions MigratedBookSleeveTestSuite/Scripting.cs
@@ -1,11 +1,9 @@
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
using StackExchange.Redis;
using System.Diagnostics;

namespace Tests
{
Expand Down
6 changes: 2 additions & 4 deletions MigratedBookSleeveTestSuite/Strings.cs
@@ -1,8 +1,6 @@
using System.Collections.Generic;
using NUnit.Framework;
using System.Linq;
using System.Text;
using System;
using System.Linq;
using NUnit.Framework;
using StackExchange.Redis;

namespace Tests
Expand Down
3 changes: 2 additions & 1 deletion StackExchange.Redis.Tests/ConnectFailTimeout.cs
@@ -1,5 +1,6 @@
using NUnit.Framework;
using System;
using System.Threading;
using NUnit.Framework;

namespace StackExchange.Redis.Tests
{
Expand Down
4 changes: 2 additions & 2 deletions StackExchange.Redis.Tests/ConnectingFailDetection.cs
@@ -1,6 +1,6 @@
using NUnit.Framework;
using System;
using System;
using System.Threading;
using NUnit.Framework;

namespace StackExchange.Redis.Tests
{
Expand Down
4 changes: 0 additions & 4 deletions StackExchange.Redis.Tests/ConnectionShutdown.cs
@@ -1,10 +1,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;

namespace StackExchange.Redis.Tests
Expand Down
2 changes: 1 addition & 1 deletion StackExchange.Redis.Tests/DatabaseWrapperTests.cs
Expand Up @@ -2,10 +2,10 @@
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Net;
using System.Text;
using Moq;
using NUnit.Framework;
using StackExchange.Redis.KeyspaceIsolation;
using System.Text;

namespace StackExchange.Redis.Tests
{
Expand Down
4 changes: 2 additions & 2 deletions StackExchange.Redis.Tests/DefaultPorts.cs
@@ -1,6 +1,6 @@
using NUnit.Framework;
using System.Linq;
using System.Linq;
using System.Net;
using NUnit.Framework;

namespace StackExchange.Redis.Tests
{
Expand Down
1 change: 0 additions & 1 deletion StackExchange.Redis.Tests/FloatingPoint.cs
@@ -1,5 +1,4 @@
using System;
using System.Threading;
using NUnit.Framework;

namespace StackExchange.Redis.Tests
Expand Down
7 changes: 1 addition & 6 deletions StackExchange.Redis.Tests/HyperLogLog.cs
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
using NUnit.Framework;

namespace StackExchange.Redis.Tests
{
Expand Down
7 changes: 1 addition & 6 deletions StackExchange.Redis.Tests/Issues/BgSaveResponse.cs
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
using NUnit.Framework;

namespace StackExchange.Redis.Tests.Issues
{
Expand Down
4 changes: 2 additions & 2 deletions StackExchange.Redis.Tests/Issues/Issue25.cs
@@ -1,5 +1,5 @@
using NUnit.Framework;
using System;
using System;
using NUnit.Framework;

namespace StackExchange.Redis.Tests.Issues
{
Expand Down
5 changes: 0 additions & 5 deletions StackExchange.Redis.Tests/Issues/Issue6.cs
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;

namespace StackExchange.Redis.Tests.Issues
Expand Down
3 changes: 2 additions & 1 deletion StackExchange.Redis.Tests/Issues/SO22786599.cs
@@ -1,4 +1,5 @@
using System.Diagnostics;
using System;
using System.Diagnostics;
using System.Linq;
using NUnit.Framework;

Expand Down
5 changes: 0 additions & 5 deletions StackExchange.Redis.Tests/Issues/SO23949477.cs
@@ -1,9 +1,4 @@
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace StackExchange.Redis.Tests.Issues
{
Expand Down
8 changes: 2 additions & 6 deletions StackExchange.Redis.Tests/Issues/SO24807536.cs
@@ -1,10 +1,6 @@
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;

namespace StackExchange.Redis.Tests.Issues
{
Expand Down
4 changes: 2 additions & 2 deletions StackExchange.Redis.Tests/Issues/SO25113323.cs
@@ -1,6 +1,6 @@
using NUnit.Framework;
using System;
using System;
using System.Threading;
using NUnit.Framework;

namespace StackExchange.Redis.Tests.Issues
{
Expand Down
4 changes: 2 additions & 2 deletions StackExchange.Redis.Tests/Issues/SO25567566.cs
@@ -1,6 +1,6 @@
using NUnit.Framework;
using System;
using System;
using System.Threading.Tasks;
using NUnit.Framework;

namespace StackExchange.Redis.Tests.Issues
{
Expand Down
5 changes: 1 addition & 4 deletions StackExchange.Redis.Tests/Keys.cs
@@ -1,8 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;

namespace StackExchange.Redis.Tests
Expand Down
6 changes: 1 addition & 5 deletions StackExchange.Redis.Tests/KeysAndValues.cs
@@ -1,10 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
using System.Globalization;
using NUnit.Framework;

namespace StackExchange.Redis.Tests
{
Expand Down
4 changes: 2 additions & 2 deletions StackExchange.Redis.Tests/Lists.cs
@@ -1,5 +1,5 @@
using NUnit.Framework;
using System.Linq;
using System.Linq;
using NUnit.Framework;

namespace StackExchange.Redis.Tests
{
Expand Down
2 changes: 1 addition & 1 deletion StackExchange.Redis.Tests/Locking.cs
@@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using System.Collections.Generic;

namespace StackExchange.Redis.Tests
{
Expand Down
8 changes: 2 additions & 6 deletions StackExchange.Redis.Tests/Migrate.cs
@@ -1,9 +1,5 @@
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Linq;
using NUnit.Framework;

namespace StackExchange.Redis.Tests
{
Expand Down
6 changes: 1 addition & 5 deletions StackExchange.Redis.Tests/MultiAdd.cs
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Linq;
using NUnit.Framework;

namespace StackExchange.Redis.Tests
Expand Down
1 change: 0 additions & 1 deletion StackExchange.Redis.Tests/Naming.cs
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;

Expand Down
1 change: 0 additions & 1 deletion StackExchange.Redis.Tests/Properties/AssemblyInfo.cs
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
8 changes: 2 additions & 6 deletions StackExchange.Redis.Tests/PubSubCommand.cs
@@ -1,10 +1,6 @@
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using NUnit.Framework;

namespace StackExchange.Redis.Tests
{
Expand Down

0 comments on commit 18cb7c7

Please sign in to comment.