| Index: pkg/compiler/lib/src/ssa/locals_handler.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/locals_handler.dart b/pkg/compiler/lib/src/ssa/locals_handler.dart
|
| index 77fe43096593cfc86296c0983261e2dd8e7cfe1f..44d4a2e64fed20d091d9c3a155db9da2196d2961 100644
|
| --- a/pkg/compiler/lib/src/ssa/locals_handler.dart
|
| +++ b/pkg/compiler/lib/src/ssa/locals_handler.dart
|
| @@ -482,7 +482,6 @@ class LocalsHandler {
|
| Map<Local, HInstruction> savedDirectLocals =
|
| new Map<Local, HInstruction>.from(directLocals);
|
|
|
| - JavaScriptBackend backend = _compiler.backend;
|
| // Create phis for all elements in the definitions environment.
|
| savedDirectLocals.forEach((Local local, HInstruction instruction) {
|
| if (isAccessedDirectly(local)) {
|
|
|