Skip to content

Commit

Permalink
remove unnecessary sort
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxb1987 committed Jun 12, 2018
1 parent e76b012 commit 2ea2181
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ public int compare(
final UnsafeSorterIterator iter = sorter.getSortedIterator();
int iterLength = 0;
long prevPrefix = -1;
Arrays.sort(dataToSort);
while (iter.hasNext()) {
iter.loadNext();
final String str =
Expand Down

0 comments on commit 2ea2181

Please sign in to comment.