| Index: dart/lib/compiler/implementation/tree/prettyprint.dart
|
| diff --git a/dart/lib/compiler/implementation/tree/prettyprint.dart b/dart/lib/compiler/implementation/tree/prettyprint.dart
|
| index 41679b3998b82bc090e8f59d7ffe1715aebf92ee..7f4470a51545c447c0892415ca6df2fc5147b1f0 100644
|
| --- a/dart/lib/compiler/implementation/tree/prettyprint.dart
|
| +++ b/dart/lib/compiler/implementation/tree/prettyprint.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 tree;
|
| -
|
| /**
|
| * Pretty-prints Node tree in XML-like format.
|
| *
|
|
|