Index: runtime/vm/object.cc |
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc |
index c85afa2c21058d56586eadf69c79333f1ccf39b7..78527b25898c4c6c2a8a7fb37bedcfb8af230f81 100644 |
--- a/runtime/vm/object.cc |
+++ b/runtime/vm/object.cc |
@@ -56,10 +56,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."); |