| Index: runtime/vm/stub_code_arm64.cc
|
| diff --git a/runtime/vm/stub_code_arm64.cc b/runtime/vm/stub_code_arm64.cc
|
| index c0648d464a297868340cdfabdee99f5682e5c3b9..e7d7f4f3eb8b696f3978dbf06e6af7aa8149436f 100644
|
| --- a/runtime/vm/stub_code_arm64.cc
|
| +++ b/runtime/vm/stub_code_arm64.cc
|
| @@ -25,7 +25,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);
|
|
|
| // Input parameters:
|
| // LR : return address.
|
|
|