Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index ffa04925ef06009c1e6b462b1b6b573d8980ebff..03003f1915e23b462dc40f924cc988b47b2982d7 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -310,7 +310,6 @@ class AstGraphBuilder : public AstVisitor<AstGraphBuilder> { |
// Builders for automatic type conversion. |
Node* BuildToBoolean(Node* input, TypeFeedbackId feedback_id); |
- Node* BuildToName(Node* input, BailoutId bailout_id); |
Node* BuildToObject(Node* input, BailoutId bailout_id); |
// Builder for adding the [[HomeObject]] to a value if the value came from a |
@@ -353,7 +352,6 @@ class AstGraphBuilder : public AstVisitor<AstGraphBuilder> { |
// Optimizations for automatic type conversion. |
Node* TryFastToBoolean(Node* input); |
- Node* TryFastToName(Node* input); |
// =========================================================================== |
// The following visitation methods all recursively visit a subtree of the |