| Index: pkg/compiler/lib/src/native/behavior.dart
|
| diff --git a/pkg/compiler/lib/src/native/behavior.dart b/pkg/compiler/lib/src/native/behavior.dart
|
| index edca67cf53777085ba6d5a4662b11ebf1b9b3277..004e95712371e652b47d65a20616108e26722b1b 100644
|
| --- a/pkg/compiler/lib/src/native/behavior.dart
|
| +++ b/pkg/compiler/lib/src/native/behavior.dart
|
| @@ -815,7 +815,6 @@ class NativeBehavior {
|
| _escape(parameter, resolution);
|
| }
|
| } else {
|
| - DartType instantiated = null;
|
| JavaScriptBackend backend = compiler?.backend;
|
| if (!isInterop) {
|
| typesInstantiated.add(type);
|
|
|