| Index: runtime/vm/block_scheduler.cc
|
| diff --git a/runtime/vm/block_scheduler.cc b/runtime/vm/block_scheduler.cc
|
| index 1288d0b19471820680cc9d5d986f356f6c35b6ea..5b3d78d8f59941cb3ead384f10552053bcbc4fc0 100644
|
| --- a/runtime/vm/block_scheduler.cc
|
| +++ b/runtime/vm/block_scheduler.cc
|
| @@ -11,8 +11,6 @@
|
|
|
| namespace dart {
|
|
|
| -DEFINE_FLAG(bool, emit_edge_counters, true, "Emit edge counters at targets.");
|
| -
|
| static intptr_t GetEdgeCount(const Array& edge_counters, intptr_t edge_id) {
|
| if (!FLAG_emit_edge_counters) {
|
| // Assume everything was visited once.
|
|
|