| Index: pkg/compiler/lib/src/common/codegen.dart
|
| diff --git a/pkg/compiler/lib/src/common/codegen.dart b/pkg/compiler/lib/src/common/codegen.dart
|
| index 5ac8a74faaea083c75d5eeb44276ddad70087067..e6bf624ca826344195a15e1c4f7baf2913f2cd2e 100644
|
| --- a/pkg/compiler/lib/src/common/codegen.dart
|
| +++ b/pkg/compiler/lib/src/common/codegen.dart
|
| @@ -4,8 +4,7 @@
|
|
|
| library dart2js.common.codegen;
|
|
|
| -import '../elements/elements.dart'
|
| - show AsyncMarker, ClassElement, LocalFunctionElement;
|
| +import '../elements/elements.dart' show ClassElement, LocalFunctionElement;
|
| import '../elements/entities.dart';
|
| import '../elements/types.dart' show DartType, InterfaceType;
|
| import '../universe/use.dart' show ConstantUse, DynamicUse, StaticUse, TypeUse;
|
|
|