Index: sdk/lib/core/future.dart |
diff --git a/sdk/lib/core/future.dart b/sdk/lib/core/future.dart |
index 93bc6c842e996a962678bdb4545e64d5987decab..c6cc374cc737f3a9f0ac5dae2d7949e71ec8be2b 100644 |
--- a/sdk/lib/core/future.dart |
+++ b/sdk/lib/core/future.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 [Future] is used to obtain a value sometime in the future. Receivers of a |
* [Future] can obtain the value by passing a callback to [then]. For example: |