| Index: sdk/lib/core/list.dart
|
| diff --git a/sdk/lib/core/list.dart b/sdk/lib/core/list.dart
|
| index e5230992f377b40d08ea3cea474cfae1f3536763..030596a8d2c0b77edf9825fb36fe950ad0f429f9 100644
|
| --- a/sdk/lib/core/list.dart
|
| +++ b/sdk/lib/core/list.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 [List] is an indexable collection with a length. It can be of
|
| * fixed size or extendable.
|
|
|