Chromium Code Reviews| Index: runtime/vm/flow_graph_builder.h |
| =================================================================== |
| --- runtime/vm/flow_graph_builder.h (revision 28108) |
| +++ 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, |
|
Kevin Millikin (Google)
2013/10/02 14:09:38
It's strange that this is still hanging around.
|
| - ZoneGrowableArray<Value*>* values); |
| void BuildPushArguments(const ArgumentListNode& node, |
| ZoneGrowableArray<PushArgumentInstr*>* values); |