Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 13236) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -409,7 +409,6 @@ |
| AstNode* ParseSwitchStatement(String* label_name); |
| // try/catch/finally parsing. |
| - void ParseCatchParameter(CatchParamDesc* catch_param); |
| void AddCatchParamsToScope(const CatchParamDesc& exception_param, |
| const CatchParamDesc& stack_trace_param, |
| LocalScope* scope); |