| Index: runtime/vm/stub_code_ia32.cc
|
| diff --git a/runtime/vm/stub_code_ia32.cc b/runtime/vm/stub_code_ia32.cc
|
| index e1e3fff0ed1fe14140148b286fa5cf6477fcabf0..270e0f6a3c64e31d6e73f8ddc044f2733772d07a 100644
|
| --- a/runtime/vm/stub_code_ia32.cc
|
| +++ b/runtime/vm/stub_code_ia32.cc
|
| @@ -28,7 +28,6 @@ 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);
|
|
|
| #define INT32_SIZEOF(x) static_cast<int32_t>(sizeof(x))
|
|
|