Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index a9db54e32c18284b17f510d3384c55abebeab0f3..5b9698a7cc918eac8bb5bf66cfc2eeda76e55089 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -625,8 +625,6 @@ class FullCodeGenerator: public AstVisitor { |
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); |