| Index: sdk/lib/collection/collections.dart
|
| diff --git a/sdk/lib/collection/collections.dart b/sdk/lib/collection/collections.dart
|
| index 92a9e13f96f822370a03b9034f35f92304b754df..646f6e755036bf200b70d2b67edb81672f9744c0 100644
|
| --- a/sdk/lib/collection/collections.dart
|
| +++ b/sdk/lib/collection/collections.dart
|
| @@ -2,8 +2,6 @@
|
| // 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_collection;
|
| -
|
| /**
|
| * The [Collections] class implements static methods useful when
|
| * writing a class that implements [Collection] and the [iterator]
|
|
|