Chromium Code Reviews| Index: src/full-codegen.h |
| =================================================================== |
| --- src/full-codegen.h (revision 16038) |
| +++ src/full-codegen.h (working copy) |
| @@ -625,8 +625,6 @@ |
| AST_NODE_LIST(DECLARE_VISIT) |
| #undef DECLARE_VISIT |
| - void EmitUnaryOperation(UnaryOperation* expr, const char* comment); |
| - |
| void VisitComma(BinaryOperation* expr); |
| void VisitLogicalExpression(BinaryOperation* expr); |
| void VisitArithmeticExpression(BinaryOperation* expr); |