| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 26851)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -156,9 +156,6 @@
|
| bool InlineUint32x4BinaryOp(InstanceCallInstr* call,
|
| Token::Kind op_kind);
|
| void InlineImplicitInstanceGetter(InstanceCallInstr* call);
|
| - void InlineGrowableArrayCapacityGetter(InstanceCallInstr* call);
|
| - void InlineStringIsEmptyGetter(InstanceCallInstr* call);
|
| - void InlineObjectCid(InstanceCallInstr* call);
|
|
|
| RawBool* InstanceOfAsBool(const ICData& ic_data,
|
| const AbstractType& type) const;
|
|
|