| Index: pkg/compiler/lib/src/ssa/ssa.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/ssa.dart b/pkg/compiler/lib/src/ssa/ssa.dart
|
| index 587ce890e57ffeb7597a10a116bdb6ce024cc03b..55b13b0c5346e6be78f62bf90dbd03cf8036b013 100644
|
| --- a/pkg/compiler/lib/src/ssa/ssa.dart
|
| +++ b/pkg/compiler/lib/src/ssa/ssa.dart
|
| @@ -16,7 +16,6 @@ import 'builder_kernel.dart';
|
| import 'codegen.dart';
|
| import 'nodes.dart';
|
| import 'optimize.dart';
|
| -import 'types.dart';
|
|
|
| class SsaFunctionCompiler implements FunctionCompiler {
|
| final SsaCodeGeneratorTask generator;
|
|
|