From 8ac4bbd6cf7ba1467f659da1f1654751a732b36d Mon Sep 17 00:00:00 2001 From: Shih-Ying Hsu Date: Wed, 5 Mar 2014 12:06:08 -0800 Subject: [PATCH] further code cleanup --- .../AwaitableThrottle.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Microsoft.AspNet.Server.WebListener/AwaitableThrottle.cs b/src/Microsoft.AspNet.Server.WebListener/AwaitableThrottle.cs index 1a196b10c3..450930dc76 100644 --- a/src/Microsoft.AspNet.Server.WebListener/AwaitableThrottle.cs +++ b/src/Microsoft.AspNet.Server.WebListener/AwaitableThrottle.cs @@ -1,10 +1,4 @@ -//------------------------------------------------------------------------------ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// -//------------------------------------------------------------------------------ - -using System.Collections.Generic; +using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Runtime.CompilerServices; using System.Threading.Tasks;