Index: src/ast.h |
diff --git a/src/ast.h b/src/ast.h |
index 1dabcaa625a32836a2d78a2c922aa02a7a8dc3b2..b98b8e761e3aeeb1dc42c9c58edb2636ef66391a 100644 |
--- a/src/ast.h |
+++ b/src/ast.h |
@@ -1427,9 +1427,6 @@ class BinaryOperation: public Expression { |
: AstNode::kNoNumber; |
} |
- // Create the binary operation corresponding to a compound assignment. |
- explicit BinaryOperation(Assignment* assignment); |
- |
DECLARE_NODE_TYPE(BinaryOperation) |
virtual bool IsInlineable() const; |