| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index 7aaafe43a99d98bfb465b0d341b96a1da905e95d..7e6ad1f4922788ef2472e767dac5ece0e38f77b3 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -573,11 +573,6 @@ class FlowGraphCompiler : public ValueObject {
|
|
|
| bool may_reoptimize() const { return may_reoptimize_; }
|
|
|
| - // Returns 'sorted' array in decreasing count order.
|
| - static void SortICDataByCount(const ICData& ic_data,
|
| - GrowableArray<CidRangeTarget>* sorted,
|
| - bool drop_smi);
|
| -
|
| // Use in unoptimized compilation to preserve/reuse ICData.
|
| const ICData* GetOrAddInstanceCallICData(intptr_t deopt_id,
|
| const String& target_name,
|
|
|