| Index: sdk/lib/core/list.dart
|
| diff --git a/sdk/lib/core/list.dart b/sdk/lib/core/list.dart
|
| index 481e6880443bcbb4dcfd88aab078884d6224f8a4..43a98876e04705bd33bc520e26a5f16c45b147ec 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.
|
|
|