| Index: runtime/vm/flow_graph_builder.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.h (revision 28173)
|
| +++ runtime/vm/flow_graph_builder.h (working copy)
|
| @@ -278,8 +278,6 @@
|
| void HandleStoreLocal(StoreLocalNode* node, bool result_is_needed);
|
|
|
| // Helpers for translating parts of the AST.
|
| - void TranslateArgumentList(const ArgumentListNode& node,
|
| - ZoneGrowableArray<Value*>* values);
|
| void BuildPushArguments(const ArgumentListNode& node,
|
| ZoneGrowableArray<PushArgumentInstr*>* values);
|
|
|
|
|