Remove unused usings

This commit is contained in:
BrennanConroy 2016-11-03 15:00:13 -07:00
parent 60bc57fb8d
commit dbd738726a
2 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -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