| Index: dart/lib/compiler/implementation/tree/unparser.dart
|
| diff --git a/dart/lib/compiler/implementation/tree/unparser.dart b/dart/lib/compiler/implementation/tree/unparser.dart
|
| index e036dd3feb32547d123d2ecdd84e6a246d171d1f..4bfd890c5a5fbdbdb86340d3c585918e4a0f4175 100644
|
| --- a/dart/lib/compiler/implementation/tree/unparser.dart
|
| +++ b/dart/lib/compiler/implementation/tree/unparser.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;
|
| -
|
| String unparse(Node node) {
|
| Unparser unparser = new Unparser();
|
| unparser.unparse(node);
|
|
|