| Index: runtime/vm/flow_graph_builder.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.h (revision 22932)
|
| +++ runtime/vm/flow_graph_builder.h (working copy)
|
| @@ -263,8 +263,6 @@
|
| // May be called only if allocating an object of a parameterized class.
|
| void BuildConstructorTypeArguments(
|
| ConstructorCallNode* node,
|
| - Value** type_arguments,
|
| - Value** instantiator,
|
| ZoneGrowableArray<PushArgumentInstr*>* call_arguments);
|
|
|
| void BuildTypecheckPushArguments(
|
|
|