| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 10302)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -494,9 +494,7 @@
|
| AstNode* lhs,
|
| AstNode* rhs);
|
| AstNode* PrepareCompoundAssignmentNodes(AstNode** expr);
|
| - LocalVariable* CreateTempConstVariable(intptr_t token_pos,
|
| - intptr_t token_id,
|
| - const char* s);
|
| + LocalVariable* CreateTempConstVariable(intptr_t token_pos, const char* s);
|
|
|
| static bool IsAssignableExpr(AstNode* expr);
|
|
|
|
|