From dbd738726ad0dabd1da0286931dbfbecdff02ec9 Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Thu, 3 Nov 2016 15:00:13 -0700 Subject: [PATCH] Remove unused usings --- .../RedisHubLifetimeManager.cs | 1 - src/Microsoft.AspNetCore.SignalR.Redis/RedisOptions.cs | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/Microsoft.AspNetCore.SignalR.Redis/RedisHubLifetimeManager.cs b/src/Microsoft.AspNetCore.SignalR.Redis/RedisHubLifetimeManager.cs index bc21665720..a9c11bf624 100644 --- a/src/Microsoft.AspNetCore.SignalR.Redis/RedisHubLifetimeManager.cs +++ b/src/Microsoft.AspNetCore.SignalR.Redis/RedisHubLifetimeManager.cs @@ -1,7 +1,6 @@ using System; using System.IO; using System.Text; -using System.Threading; using System.Threading.Tasks; using Channels; using Microsoft.AspNetCore.Sockets; diff --git a/src/Microsoft.AspNetCore.SignalR.Redis/RedisOptions.cs b/src/Microsoft.AspNetCore.SignalR.Redis/RedisOptions.cs index 79e59a3aab..c6b19dfbd0 100644 --- a/src/Microsoft.AspNetCore.SignalR.Redis/RedisOptions.cs +++ b/src/Microsoft.AspNetCore.SignalR.Redis/RedisOptions.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Threading.Tasks; using StackExchange.Redis; namespace Microsoft.AspNetCore.SignalR.Redis