Index: pkg/compiler/lib/src/inferrer/map_tracer.dart |
diff --git a/pkg/compiler/lib/src/inferrer/map_tracer.dart b/pkg/compiler/lib/src/inferrer/map_tracer.dart |
index eecd7d8b18daeca402890e16c15587d50d61c0f0..94caa57f37a7daa55f8d7bc69e3a2276e23ce35d 100644 |
--- a/pkg/compiler/lib/src/inferrer/map_tracer.dart |
+++ b/pkg/compiler/lib/src/inferrer/map_tracer.dart |
@@ -73,7 +73,6 @@ class MapTracerVisitor extends TracerVisitor<MapTypeInformation> { |
if (currentUser == info.receiver) { |
if (!okMapSelectorsSet.contains(selectorName)) { |
if (selector.isCall) { |
- int positionalLength = info.arguments.positional.length; |
if (selectorName == 'addAll') { |
// All keys and values from the argument flow into |
// the map. |