Skip to content

Commit

Permalink
remove empty xmldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
oising committed Apr 23, 2019
1 parent 2dc178b commit 5bd3f88
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/ReadConsoleInputStream/ConcurrentBoundedQueue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ public ConcurrentBoundedQueue(int capacity)
Capacity = GetAlignedCapacity(capacity);
}

/// <summary>
///
/// </summary>
/// <param name="collection"></param>
/// <param name="capacity"></param>
public ConcurrentBoundedQueue(IEnumerable<T> collection, int capacity) : base(collection)
{
Capacity = GetAlignedCapacity(capacity);
Expand Down

0 comments on commit 5bd3f88

Please sign in to comment.