Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 491) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -399,7 +399,6 @@ |
| const char* function_name, |
| ArgumentListNode* arguments); |
| AstNode* MakeAssertCall(intptr_t begin, intptr_t end); |
| - String& Interpolate(ArrayNode* strings); |
| void CheckFunctionIsCallable(intptr_t token_index, const Function& function); |