| Index: sdk/lib/core/identical.dart
|
| diff --git a/sdk/lib/core/identical.dart b/sdk/lib/core/identical.dart
|
| index 8781a091998d39a03415599185ea85cf488926af..5de366f26324549af1b0cfb3aefeabe0b3f32e72 100644
|
| --- a/sdk/lib/core/identical.dart
|
| +++ b/sdk/lib/core/identical.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;
|
| -
|
| /**
|
| * Check whether two references are to the same object.
|
| */
|
|
|