| Index: sdk/lib/collection/sort.dart
|
| diff --git a/sdk/lib/core/sort.dart b/sdk/lib/collection/sort.dart
|
| similarity index 98%
|
| rename from sdk/lib/core/sort.dart
|
| rename to sdk/lib/collection/sort.dart
|
| index 96d987a1cfb736720349bdeb0d51374b3cbde785..a5805cd107f79173526f7307af049d1773ca53c2 100644
|
| --- a/sdk/lib/core/sort.dart
|
| +++ b/sdk/lib/collection/sort.dart
|
| @@ -2,13 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of dart.core;
|
| -
|
| -// TODO(ajohnsen): Remove once dart2js intercepters can work without it.
|
| -/**
|
| - * WARNING: This method is temporary and will go away soon.
|
| - */
|
| -void coreSort(List l, int compare(a, b)) => _Sort.sort(l, compare);
|
| +part of dart.collection;
|
|
|
| /**
|
| * Dual-Pivot Quicksort algorithm.
|
|
|