Index: sdk/lib/core/sequences.dart |
diff --git a/sdk/lib/core/sequences.dart b/sdk/lib/core/sequences.dart |
index ae0a38cdd96bd9d64f2396222d8d3f8ac38c77fe..5ad8a3762a0fbc1d10c075daa0baf5e9ad08b27b 100644 |
--- a/sdk/lib/core/sequences.dart |
+++ b/sdk/lib/core/sequences.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; |
- |
/** |
* An indexed sequence of elements of the same type. |
* |