Index: runtime/vm/stub_code_dbc.cc |
diff --git a/runtime/vm/stub_code_dbc.cc b/runtime/vm/stub_code_dbc.cc |
index 0042f2da5c9d0e0d81323bff890ccad98a682203..0f66414bcf678f32a32de4ae917521656003f352 100644 |
--- a/runtime/vm/stub_code_dbc.cc |
+++ b/runtime/vm/stub_code_dbc.cc |
@@ -26,9 +26,6 @@ DEFINE_FLAG(bool, inline_alloc, true, "Inline allocation of objects."); |
DEFINE_FLAG(bool, use_slow_path, false, |
"Set to true for debugging & verifying the slow paths."); |
DECLARE_FLAG(bool, trace_optimized_ic_calls); |
-DECLARE_FLAG(int, optimization_counter_threshold); |
-DECLARE_FLAG(bool, support_debugger); |
-DECLARE_FLAG(bool, lazy_dispatchers); |
void StubCode::GenerateLazyCompileStub(Assembler* assembler) { |
__ Compile(); |