From dc58eb297d8099ff6dbd173f5ff0388aef29c249 Mon Sep 17 00:00:00 2001 From: dougbu Date: Mon, 4 Aug 2014 18:09:30 -0700 Subject: [PATCH] Remove unused `using`s from 3db0a803062df19e83bdd62b63eba47c016af384 change - see 3db0a803062df19e83bdd62b63eba47c016af384 --- .../Rendering/HtmlHelperInputExtensions.cs | 1 - .../Rendering/HtmlHelperValidationExtensions.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperInputExtensions.cs b/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperInputExtensions.cs index 6ec1e45a03..e9d9404109 100644 --- a/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperInputExtensions.cs +++ b/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperInputExtensions.cs @@ -2,7 +2,6 @@ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; -using System.Collections.Generic; using System.Linq.Expressions; namespace Microsoft.AspNet.Mvc.Rendering diff --git a/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperValidationExtensions.cs b/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperValidationExtensions.cs index a9da75da06..f8a02496f8 100644 --- a/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperValidationExtensions.cs +++ b/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperValidationExtensions.cs @@ -2,7 +2,6 @@ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; -using System.Collections.Generic; using System.Linq.Expressions; namespace Microsoft.AspNet.Mvc.Rendering