Index: runtime/vm/code_generator.cc |
diff --git a/runtime/vm/code_generator.cc b/runtime/vm/code_generator.cc |
index 4f5b2a1028ad34e10e7204f221a29e80422aad43..09f5f48eadffb60efcae6df63101812a00f73427 100644 |
--- a/runtime/vm/code_generator.cc |
+++ b/runtime/vm/code_generator.cc |
@@ -65,8 +65,6 @@ DEFINE_FLAG(bool, trace_type_checks, false, "Trace runtime type checks."); |
DECLARE_FLAG(int, max_deoptimization_counter_threshold); |
DECLARE_FLAG(bool, enable_inlining_annotations); |
DECLARE_FLAG(bool, trace_compiler); |
-DECLARE_FLAG(bool, trace_field_guards); |
-DECLARE_FLAG(bool, trace_optimization); |
DECLARE_FLAG(bool, trace_optimizing_compiler); |
DECLARE_FLAG(int, max_polymorphic_checks); |
DECLARE_FLAG(bool, precompilation); |
@@ -82,7 +80,6 @@ DEFINE_FLAG(int, deoptimize_every, 0, |
"Deoptimize on every N stack overflow checks"); |
DEFINE_FLAG(charp, deoptimize_filter, NULL, |
"Deoptimize in named function on stack overflow checks"); |
-DEFINE_FLAG(bool, lazy_dispatchers, true, "Lazily generate dispatchers"); |
#ifdef DEBUG |
DEFINE_FLAG(charp, gc_at_instance_allocation, NULL, |