| Index: pkg/compiler/lib/src/elements/common.dart
|
| diff --git a/pkg/compiler/lib/src/elements/common.dart b/pkg/compiler/lib/src/elements/common.dart
|
| index 0eb92a6bc9477e31b38847940c31441cce2debcd..b3a43ca961082fe351a7f95daa874024f70dac95 100644
|
| --- a/pkg/compiler/lib/src/elements/common.dart
|
| +++ b/pkg/compiler/lib/src/elements/common.dart
|
| @@ -10,7 +10,6 @@ import '../common/names.dart' show Identifiers, Names, Uris;
|
| import '../core_types.dart' show CoreClasses;
|
| import '../dart_types.dart' show DartType, InterfaceType, FunctionType;
|
| import '../util/util.dart' show Link;
|
| -
|
| import 'elements.dart';
|
|
|
| abstract class ElementCommon implements Element {
|
|
|