Index: dart/lib/compiler/implementation/dart_backend/renamer.dart |
diff --git a/dart/lib/compiler/implementation/dart_backend/renamer.dart b/dart/lib/compiler/implementation/dart_backend/renamer.dart |
index e14502df5708132ff82c3416ba3b90847b45898b..8f8521e182d60b85fc6864b07322655b6076bf3f 100644 |
--- a/dart/lib/compiler/implementation/dart_backend/renamer.dart |
+++ b/dart/lib/compiler/implementation/dart_backend/renamer.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_backend; |
- |
Function get _compareNodes => |
compareBy((n) => n.getBeginToken().charOffset); |