| Index: runtime/vm/resolver.cc
|
| diff --git a/runtime/vm/resolver.cc b/runtime/vm/resolver.cc
|
| index a1c7b1ad832c5a2c8c35310239b178a3d744ed6a..caaf55653d7b97e17b1cfc112985b9a1b0a5f9d1 100644
|
| --- a/runtime/vm/resolver.cc
|
| +++ b/runtime/vm/resolver.cc
|
| @@ -15,7 +15,6 @@
|
| namespace dart {
|
|
|
| DEFINE_FLAG(bool, trace_resolving, false, "Trace resolving.");
|
| -DECLARE_FLAG(bool, lazy_dispatchers);
|
|
|
| // The actual names of named arguments are not checked by the dynamic resolver,
|
| // but by the method entry code. It is important that the dynamic resolver
|
|
|