Skip to content

Commit

Permalink
Remove leftover comments from removed code in System.Linq.Parallel (d…
Browse files Browse the repository at this point in the history
…otnet/corefx#32814)

The code was removed in dotnet/corefx#19143

Commit migrated from dotnet/corefx@de264c5
  • Loading branch information
Subv authored and stephentoub committed Oct 15, 2018
1 parent 03f4245 commit 974723f
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,6 @@ IOrderedEnumerable<TInputOutput> IOrderedEnumerable<TInputOutput>.CreateOrderedE
return new SortQueryOperator<TInputOutput, Pair<TSortKey, TKey2>>(Child, pairKeySelector, pairComparer, false);
}

//---------------------------------------------------------------------------------------
// Accessor the key selector.
//

//---------------------------------------------------------------------------------------
// Accessor the key comparer.
//

//---------------------------------------------------------------------------------------
// Opens the current operator. This involves opening the child operator tree, enumerating
// the results, sorting them, and then returning an enumerator that walks the result.
Expand Down Expand Up @@ -199,9 +191,6 @@ internal SortQueryOperatorEnumerator(QueryOperatorEnumerator<TInputOutput, TKey>
_source = source;
_keySelector = keySelector;
}
//---------------------------------------------------------------------------------------
// Accessor for the key comparison routine.
//

//---------------------------------------------------------------------------------------
// Moves to the next element in the sorted output. When called for the first time, the
Expand Down

0 comments on commit 974723f

Please sign in to comment.