mirror of
https://github.com/dlang/phobos.git
synced 2025-05-01 15:40:36 +03:00
Remove unused label
This commit is contained in:
parent
43b33c6b98
commit
5facd9b674
1 changed files with 1 additions and 1 deletions
|
@ -3402,7 +3402,7 @@ body
|
|||
r.swapAt(rite, pivot);
|
||||
}
|
||||
// Second loop: make left and pivot meet
|
||||
outer: for (; rite > pivot; --rite)
|
||||
for (; rite > pivot; --rite)
|
||||
{
|
||||
if (!lp(r[rite], r[oldPivot])) continue;
|
||||
while (rite > pivot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue