| Index: sdk/lib/core/queue.dart
|
| diff --git a/sdk/lib/core/queue.dart b/sdk/lib/core/queue.dart
|
| index 9fa8b6760d19a81a0996f25352a08177b2070877..20798a7083dc9c80bd33bdfccd17e7d3f84ba2d0 100644
|
| --- a/sdk/lib/core/queue.dart
|
| +++ b/sdk/lib/core/queue.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_core;
|
| -
|
| /**
|
| * A [Queue] is a collection that can be manipulated at both ends. One
|
| * can iterate over the elements of a queue through [forEach] or with
|
|
|