| Index: pkg/compiler/lib/src/tree/unparser.dart
|
| diff --git a/pkg/compiler/lib/src/tree/unparser.dart b/pkg/compiler/lib/src/tree/unparser.dart
|
| index 5325f1377dff6fb58b8bffa528a3487fa034cdca..21051596b016f60fbe6b3096cfb19e9f0c5b851e 100644
|
| --- a/pkg/compiler/lib/src/tree/unparser.dart
|
| +++ b/pkg/compiler/lib/src/tree/unparser.dart
|
| @@ -68,8 +68,6 @@ class Unparser extends Indentation implements Visitor {
|
| indentMore();
|
| newline();
|
| visit(nodes.head);
|
| - String delimiter =
|
| - (statements.delimiter == null) ? "" : "${statements.delimiter}";
|
| for (Link link = nodes.tail; !link.isEmpty; link = link.tail) {
|
| newline();
|
| visit(link.head);
|
|
|