| Index: dart/lib/compiler/implementation/util/link.dart
|
| diff --git a/dart/lib/compiler/implementation/util/link.dart b/dart/lib/compiler/implementation/util/link.dart
|
| index 4640fe4153af31d6a48c8752906d657f34fe00e5..1029363bbdca4d9b1874b0dd95f2246d26cb75c9 100644
|
| --- a/dart/lib/compiler/implementation/util/link.dart
|
| +++ b/dart/lib/compiler/implementation/util/link.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 org_dartlang_compiler_util;
|
| -
|
| class Link<T> implements Iterable<T> {
|
| T get head => null;
|
| Link<T> get tail => null;
|
|
|