Removed unused using

This commit is contained in:
David Fowler 2015-10-23 02:10:08 -07:00
parent c3a24cbe72
commit 812609843f
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Hosting;
using Microsoft.AspNet.Http;
using Microsoft.Dnx.Runtime.Infrastructure;
using Microsoft.Extensions.Configuration;
namespace Microsoft.AspNet.WebSockets.Client.Test