From 0e1a54ef4fba149cff51dddad53b4f8ee33a8648 Mon Sep 17 00:00:00 2001 From: Crystal Qian Date: Tue, 30 Aug 2016 17:14:28 -0700 Subject: [PATCH] Removed unnecessary dependency. --- .../Compilation/TagHelpers/TagHelperDescriptorComparer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Razor/Compilation/TagHelpers/TagHelperDescriptorComparer.cs b/src/Microsoft.AspNetCore.Razor/Compilation/TagHelpers/TagHelperDescriptorComparer.cs index 3bf1250a76..5bc2238387 100644 --- a/src/Microsoft.AspNetCore.Razor/Compilation/TagHelpers/TagHelperDescriptorComparer.cs +++ b/src/Microsoft.AspNetCore.Razor/Compilation/TagHelpers/TagHelperDescriptorComparer.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; using System.Collections.Generic; using System.Linq; using Microsoft.Extensions.Internal;