| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index 4c368652d67fc05819e965fa5207384ac041a89e..aea7d1f6e31e48b7f8a15d8863559c72508260a0 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -55,10 +55,8 @@ DEFINE_FLAG(bool, overlap_type_arguments, true,
|
| DEFINE_FLAG(bool, show_internal_names, false,
|
| "Show names of internal classes (e.g. \"OneByteString\") in error messages "
|
| "instead of showing the corresponding interface names (e.g. \"String\")");
|
| -DEFINE_FLAG(bool, trace_cha, false, "Trace CHA operations");
|
| DEFINE_FLAG(bool, use_field_guards, true, "Guard field cids.");
|
| DEFINE_FLAG(bool, use_lib_cache, true, "Use library name cache");
|
| -DEFINE_FLAG(bool, trace_field_guards, false, "Trace changes in field's cids.");
|
| DEFINE_FLAG(bool, ignore_patch_signature_mismatch, false,
|
| "Ignore patch file member signature mismatch.");
|
|
|
|
|