| Index: runtime/vm/aot_optimizer.h
|
| diff --git a/runtime/vm/aot_optimizer.h b/runtime/vm/aot_optimizer.h
|
| index 2b8938db9eaffc56feca959b914f6afba526b215..359b116aff31cae745135ccb46c296b067fbcbd4 100644
|
| --- a/runtime/vm/aot_optimizer.h
|
| +++ b/runtime/vm/aot_optimizer.h
|
| @@ -52,7 +52,6 @@ class AotOptimizer : public FlowGraphVisitor {
|
| private:
|
| // Attempt to build ICData for call using propagated class-ids.
|
| bool TryCreateICData(InstanceCallInstr* call);
|
| - const ICData& TrySpecializeICData(const ICData& ic_data, intptr_t cid);
|
|
|
| bool TryReplaceWithIndexedOp(InstanceCallInstr* call);
|
|
|
|
|