Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index e206db0c1a9d16edeea26035c37a99a1b552af94..32b8207d83326e95be6a8275d378e6864e309426 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -341,7 +341,6 @@ class AstGraphBuilder : public AstVisitor { |
Node* BuildThrowUnsupportedSuperError(BailoutId bailout_id); |
// Builders for dynamic hole-checks at runtime. |
- Node* BuildHoleCheckSilent(Node* value, Node* for_hole, Node* not_hole); |
Node* BuildHoleCheckThenThrow(Node* value, Variable* var, Node* not_hole, |
BailoutId bailout_id); |
Node* BuildHoleCheckElseThrow(Node* value, Variable* var, Node* for_hole, |