From ff5d919e0d93d8ceca6181cd8650606c871bd8da Mon Sep 17 00:00:00 2001 From: Yishai Galatzer Date: Fri, 28 Mar 2014 18:16:01 -0700 Subject: [PATCH] Remove unused usings --- test/Microsoft.AspNet.Routing.Tests/ConstraintsBuilderTests.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Microsoft.AspNet.Routing.Tests/ConstraintsBuilderTests.cs b/test/Microsoft.AspNet.Routing.Tests/ConstraintsBuilderTests.cs index b6b31341da..30a562a01e 100644 --- a/test/Microsoft.AspNet.Routing.Tests/ConstraintsBuilderTests.cs +++ b/test/Microsoft.AspNet.Routing.Tests/ConstraintsBuilderTests.cs @@ -1,9 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Microsoft.AspNet.Abstractions; using Microsoft.AspNet.Testing; using Moq; using Xunit;