| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 33688)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -450,8 +450,6 @@
|
| Array& default_values);
|
| SequenceNode* ParseInvokeFieldDispatcher(const Function& func,
|
| Array& default_values);
|
| - SequenceNode* ParseInvokeClosureDispatcher(const Function& func,
|
| - Array& default_values);
|
| void BuildDispatcherScope(const Function& func,
|
| const ArgumentsDescriptor& desc,
|
| Array& default_values);
|
|
|