Chromium Code Reviews| Index: sdk/lib/core/print.dart |
| diff --git a/sdk/lib/core/print.dart b/sdk/lib/core/print.dart |
| index 92f7f143bf37b1a8f241447a6bcc441bf6c43b58..1c25a140ff43cb8b2832d065efdc137a58c37c05 100644 |
| --- a/sdk/lib/core/print.dart |
| +++ b/sdk/lib/core/print.dart |
| @@ -2,6 +2,4 @@ |
| // 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; |
| - |
| external void print(Object object); |