further code cleanup

This commit is contained in:
Shih-Ying Hsu 2014-03-05 12:06:08 -08:00
parent 547a9b6e13
commit 8ac4bbd6cf
1 changed files with 1 additions and 7 deletions

View File

@ -1,10 +1,4 @@
//------------------------------------------------------------------------------
// <copyright file="AwaitableThrottle.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//------------------------------------------------------------------------------
using System.Collections.Generic;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;